This is an automated email from the ASF dual-hosted git repository.

gavinchou pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 778549008af [regression-test](fix) fix sql bug (#47361)
778549008af is described below

commit 778549008afa9dcabede26c4f33e2f2260dddcc1
Author: shuke <sh...@selectdb.com>
AuthorDate: Sun Jan 26 16:51:24 2025 +0800

    [regression-test](fix) fix sql bug (#47361)
---
 .../suites/nereids_syntax_p0/distribute/local_shuffle.groovy            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/nereids_syntax_p0/distribute/local_shuffle.groovy 
b/regression-test/suites/nereids_syntax_p0/distribute/local_shuffle.groovy
index d701ad890d6..950f42f428c 100644
--- a/regression-test/suites/nereids_syntax_p0/distribute/local_shuffle.groovy
+++ b/regression-test/suites/nereids_syntax_p0/distribute/local_shuffle.groovy
@@ -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;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to