Skip to content

Commit

Permalink
[regression-test](fix) fix sql bug (#47361)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuke987 authored Jan 26, 2025
1 parent 1f8faaa commit 7785490
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ suite("local_shuffle") {
insert into test_local_shuffle1 values (1, 1), (2, 2);
insert into test_local_shuffle2 values (2, 2), (3, 3);
// set enable_nereids_distribute_planner=true;
-- set enable_nereids_distribute_planner=true;
set enable_pipeline_x_engine=true;
set disable_join_reorder=true;
set enable_local_shuffle=true;
Expand Down

0 comments on commit 7785490

Please sign in to comment.