[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:
TengJianPing
2023-07-10 22:28:41 +08:00
committed by GitHub
parent 307149dc35
commit d59c21e594

View File

@ -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) {