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

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


    from 9e6f5bf6a1e [fix](group_commit) GroupCommitBlockSink shoud not use 
load_block_queue when creating load task fail (#31416)
     add ccaac10de8d [Opt](Exec) Support runtime update topn filter (#31250)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/accept_null_predicate.h                |  17 +-
 be/src/olap/column_predicate.h                     |   5 -
 be/src/olap/comparison_predicate.h                 |  31 +---
 be/src/olap/rowset/segment_v2/segment.cpp          |  34 ++--
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |  39 ++---
 be/src/olap/rowset/segment_v2/segment_iterator.h   |   2 -
 be/src/olap/shared_predicate.h                     | 179 +++++++++++++++++++++
 be/src/olap/tablet_schema.cpp                      |   4 +-
 be/src/pipeline/exec/scan_operator.cpp             |  13 --
 be/src/pipeline/exec/sort_sink_operator.cpp        |  18 +--
 be/src/runtime/runtime_predicate.cpp               | 104 +++++-------
 be/src/runtime/runtime_predicate.h                 | 120 ++++----------
 be/src/vec/exec/vsort_node.cpp                     |  23 ++-
 be/src/vec/olap/vcollect_iterator.cpp              |   9 +-
 14 files changed, 298 insertions(+), 300 deletions(-)
 create mode 100644 be/src/olap/shared_predicate.h


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

Reply via email to