Skip to content

Commit

Permalink
[test](spill) disable fuzzy spill variables for now (apache#21677)
Browse files Browse the repository at this point in the history
we will rewrite this logic, so that it is useless now. Not test it anymore.
  • Loading branch information
jacktengg authored Jul 10, 2023
1 parent 307149d commit d59c21e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,7 @@ public void initFuzzyModeVariables() {
this.enableFunctionPushdown = true;
}
this.runtimeFilterType = 1 << randomInt;
/*
switch (randomInt) {
case 0:
this.externalSortBytesThreshold = 0;
Expand All @@ -1077,6 +1078,7 @@ public void initFuzzyModeVariables() {
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) {
Expand Down

0 comments on commit d59c21e

Please sign in to comment.