This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 49c35900c74 [fix](ci) add single quote to the value of the session variables when setting it (#30295) add aaa854f8ba8 [fix](Nereids): Except just can merge with left deep shape (#30270) No new revisions were added by this update. Summary of changes: .../doris/nereids/jobs/executor/Rewriter.java | 3 +- .../org/apache/doris/nereids/rules/RuleType.java | 1 + .../nereids/rules/rewrite/MergeSetOperations.java | 22 ++- .../rules/rewrite/MergeSetOperationsExcept.java | 64 +++++++++ .../data/nereids_p0/set_operations/except.out | 148 +++++++++++++++++++++ .../suites/nereids_p0/set_operations/except.groovy | 126 ++++++++++++++++++ 6 files changed, 357 insertions(+), 7 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/MergeSetOperationsExcept.java create mode 100644 regression-test/data/nereids_p0/set_operations/except.out create mode 100644 regression-test/suites/nereids_p0/set_operations/except.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org