This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from a44d19f835c [Enhancement] (nereids)implement DropTableCommand in nereids (#47594) add 46f12ee2e24 [feat](nereids) simplify conflict compound (#47385) No new revisions were added by this update. Summary of changes: .../rules/expression/ExpressionOptimization.java | 2 + .../rules/expression/ExpressionRuleType.java | 1 + .../expression/rules/SimplifyConflictCompound.java | 126 +++++++++++++++++++++ .../rules/expression/ExpressionRewriteTest.java | 44 +++++++ 4 files changed, 173 insertions(+) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/SimplifyConflictCompound.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org