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

morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 084c8023ada [fix](csv) escape quote with double quote for csv format 
table (#50101)
     add 68a6cdbdb7f [feature](nereids) support pull up predicates from 
aggregate min/max/avg (#42199)

No new revisions were added by this update.

Summary of changes:
 .../nereids/rules/rewrite/InferPredicates.java     |   6 +-
 .../nereids/rules/rewrite/PullUpPredicates.java    |  84 +++-
 .../doris/nereids/util/PredicateInferUtils.java    |  20 -
 .../nereids/rules/rewrite/InferPredicatesTest.java | 508 +++++++++++----------
 .../data/nereids_p0/runtime_filter/check_rf.out    | Bin 620 -> 654 bytes
 .../infer_predicate/pull_up_predicate_agg.out      | Bin 0 -> 1565 bytes
 .../infer_predicate/pull_up_predicate_agg.groovy   | 126 +++++
 7 files changed, 467 insertions(+), 277 deletions(-)
 create mode 100644 
regression-test/data/nereids_rules_p0/infer_predicate/pull_up_predicate_agg.out
 create mode 100644 
regression-test/suites/nereids_rules_p0/infer_predicate/pull_up_predicate_agg.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to