[enhancement](Nereids): set maxJoinNumBushyTree = 8 (#26173)

This commit is contained in:
jakevin
2023-11-01 19:04:49 +08:00
committed by GitHub
parent aafd53766b
commit 502f5778f4
31 changed files with 529 additions and 529 deletions

View File

@ -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;