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 d5a21de796 [Enhancement](planner)support fold constant for date_trunc() (#22122) add 658d75c816 [feature](Nereids): normalize join condition after expanding or condition NLJ (#22555) No new revisions were added by this update. Summary of changes: .../org/apache/doris/nereids/rules/RuleSet.java | 3 +- .../nereids/rules/exploration/OrExpansion.java | 19 +- .../PushdownExpressionsInHashCondition.java | 83 ++++---- .../data/nereids_p0/union/or_expansion.out | 227 ++++++++++++++++++++- .../suites/nereids_p0/union/or_expansion.groovy | 20 +- 5 files changed, 301 insertions(+), 51 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org