This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from c5910ea3a46 [fix](microbench) Fix some file cache microbench compile bug (#49269) add dc93118b9eb [feature](profile) Provide a new profile display for the refactored RF (#49690) No new revisions were added by this update. Summary of changes: be/src/exec/olap_common.h | 29 +++++++++++---- be/src/olap/bitmap_filter_predicate.h | 1 + be/src/olap/column_predicate.h | 26 +++++++++++++- be/src/olap/comparison_predicate.h | 5 +++ be/src/olap/filter_olap_param.h | 11 ++++-- be/src/olap/tablet_reader.cpp | 3 +- be/src/pipeline/exec/scan_operator.cpp | 39 ++++++++++++-------- be/src/runtime_filter/runtime_filter_consumer.cpp | 21 +++++++---- be/src/runtime_filter/runtime_filter_consumer.h | 8 +++++ be/src/util/runtime_profile.cpp | 20 +++++++++++ be/src/util/runtime_profile.h | 42 ++++++++++++++++++++++ be/src/vec/exprs/vruntimefilter_wrapper.h | 15 +++++++- .../runtime_profile_counter_tree_node_test.cpp | 30 ++++++++++++++++ 13 files changed, 218 insertions(+), 32 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org