[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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user