Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacktengg committed May 14, 2024
1 parent 8783cfb commit 5e1cae7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1974,7 +1974,6 @@ public void initFuzzyModeVariables() {
// for spill to disk
if (Config.pull_request_id > 10000) {
if (Config.pull_request_id % 2 == 1) {
this.enablePipelineXEngine = true;
this.enableJoinSpill = true;
this.enableSortSpill = true;
this.enableAggSpill = true;
Expand Down

0 comments on commit 5e1cae7

Please sign in to comment.