This is an automated email from the ASF dual-hosted git repository.
gabriellee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 180c2af22d2 [fix](case) Delete invalid row (#43162)
180c2af22d2 is described below
commit 180c2af22d2699d0ea5728a95c27ddaaf223d2c3
Author: Gabriel <[email protected]>
AuthorDate: Mon Nov 4 11:46:03 2024 +0800
[fix](case) Delete invalid row (#43162)
Delete invalid rows in regression test case.
---
regression-test/suites/nereids_syntax_p0/distribute/local_shuffle.groovy | 1 -
1 file changed, 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..cef1230a89e 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,6 @@ 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_pipeline_x_engine=true;
set disable_join_reorder=true;
set enable_local_shuffle=true;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]