[enhancement](Nereids): set maxJoinNumBushyTree = 8 (#26173)
This commit is contained in:
@ -854,7 +854,7 @@ public class SessionVariable implements Serializable, Writable {
|
||||
|
||||
|
||||
@VariableMgr.VarAttr(name = MAX_JOIN_NUMBER_BUSHY_TREE)
|
||||
private int maxJoinNumBushyTree = 5;
|
||||
private int maxJoinNumBushyTree = 8;
|
||||
|
||||
@VariableMgr.VarAttr(name = ENABLE_PARTITION_TOPN)
|
||||
private boolean enablePartitionTopN = true;
|
||||
|
||||
Reference in New Issue
Block a user