[fix](spill) disable spill of sort and agg for now to avoid diisk overflow (#26209)
This commit is contained in:
@ -2405,9 +2405,9 @@ public class SessionVariable implements Serializable, Writable {
|
||||
|
||||
tResult.setRepeatMaxNum(repeatMaxNum);
|
||||
|
||||
tResult.setExternalSortBytesThreshold(externalSortBytesThreshold);
|
||||
tResult.setExternalSortBytesThreshold(0); // disable for now
|
||||
|
||||
tResult.setExternalAggBytesThreshold(externalAggBytesThreshold);
|
||||
tResult.setExternalAggBytesThreshold(0); // disable for now
|
||||
|
||||
tResult.setExternalAggPartitionBits(externalAggPartitionBits);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user