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

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


    from b9c68020aa5 [fix](partition) Preserve lexicographic range partition 
boundaries (#67888)
     add cd25f2cf99f [fix](runtime-filter) Preserve scan-range pruning filters 
and DATE hashes (#67426)

No new revisions were added by this update.

Summary of changes:
 .../exec/runtime_filter/runtime_filter_wrapper.cpp |  14 +-
 .../runtime_filter/runtime_filter_wrapper_test.cpp |  31 +++++
 .../processor/post/RuntimeFilterPruner.java        |  23 +++-
 .../trees/plans/physical/RuntimeFilter.java        |   5 +
 .../nereids/postprocess/RuntimeFilterTest.java     | 151 +++++++++++++++++++++
 .../runtime_filter/rf_prune.groovy                 |   2 +
 .../runtime_filter/rf_bucket_pruning.groovy        |   2 +-
 .../runtime_filter/rf_partition_pruning.groovy     |  14 +-
 .../tpcds_sf100/noStatsRfPrune/query1.groovy       |   4 +-
 .../tpcds_sf100/noStatsRfPrune/query22.groovy      |   4 +-
 .../tpcds_sf100/noStatsRfPrune/query39.groovy      |   4 +-
 .../tpcds_sf100/noStatsRfPrune/query72.groovy      |   4 +-
 .../shape_check/tpcds_sf100/rf_prune/query1.groovy |   2 +
 .../tpcds_sf100/rf_prune/query22.groovy            |   2 +
 .../tpcds_sf100/rf_prune/query24.groovy            |   2 +
 .../tpcds_sf100/rf_prune/query39.groovy            |   2 +
 .../tpch_sf1000/nostats_rf_prune/q9.groovy         |   2 +
 17 files changed, 249 insertions(+), 19 deletions(-)


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

Reply via email to