[test](spill) disable fuzzy spill variables for now (#21677)
we will rewrite this logic, so that it is useless now. Not test it anymore.
This commit is contained in:
@ -1056,6 +1056,7 @@ public class SessionVariable implements Serializable, Writable {
|
||||
this.enableFunctionPushdown = true;
|
||||
}
|
||||
this.runtimeFilterType = 1 << randomInt;
|
||||
/*
|
||||
switch (randomInt) {
|
||||
case 0:
|
||||
this.externalSortBytesThreshold = 0;
|
||||
@ -1077,6 +1078,7 @@ public class SessionVariable implements Serializable, Writable {
|
||||
this.externalAggPartitionBits = 4;
|
||||
break;
|
||||
}
|
||||
*/
|
||||
// pull_request_id default value is 0. When it is 0, use default (global) session variable.
|
||||
if (Config.pull_request_id > 0) {
|
||||
switch (Config.pull_request_id % 4) {
|
||||
|
||||
Reference in New Issue
Block a user