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

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


    from cda824c0eae [feature](runtime-filter) Add runtime filter partition 
pruning
     add e60cb413f94 [fix](runtime-filter) Fix projection cache lifetime
     add 0236509555d [chore](runtime-filter) Remove unused partition tablet 
mapping
     add ec27a762f68 [fix](fe) Centralize RF partition pruning classification
     add b29520eb8c2 update

No new revisions were added by this update.

Summary of changes:
 .../runtime_filter_partition_pruner.cpp            | 117 ++++++---
 .../runtime_filter_partition_pruner.h              |  23 +-
 .../RuntimeFilterPartitionPruneClassifier.java     | 281 +++++++++++++++++++++
 .../glue/translator/RuntimeFilterTranslator.java   |  77 ++----
 .../org/apache/doris/planner/OlapScanNode.java     |   6 +-
 .../org/apache/doris/planner/RuntimeFilter.java    |  86 +++++--
 gensrc/thrift/PlanNodes.thrift                     |  31 ++-
 .../runtime_filter/rf_partition_pruning.groovy     | 158 ++++++------
 8 files changed, 570 insertions(+), 209 deletions(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/RuntimeFilterPartitionPruneClassifier.java


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

Reply via email to