[improvement](spill) improve cancel of spill and improve log printing (#33229)

* [improvement](spill) improve cancel of spill and improve log printing

* fix
This commit is contained in:
TengJianPing
2024-04-08 11:21:09 +08:00
committed by yiguolei
parent 28acfaed2b
commit 0e262ba0e4
17 changed files with 217 additions and 146 deletions

View File

@ -1726,7 +1726,7 @@ public class SessionVariable implements Serializable, Writable {
public static final int MAX_EXTERNAL_AGG_PARTITION_BITS = 20;
@VariableMgr.VarAttr(name = EXTERNAL_AGG_PARTITION_BITS,
checker = "checkExternalAggPartitionBits", fuzzy = true)
public int externalAggPartitionBits = 8; // means that the hash table will be partitioned into 256 blocks.
public int externalAggPartitionBits = 5; // means that the hash table will be partitioned into 32 blocks.
public boolean isEnableJoinSpill() {
return enableJoinSpill;