This is an automated email from the ASF dual-hosted git repository. airborne pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from d1ee0f4e74b [Fix](inverted index) fix profile metrics for inverted index after refactor #40324 (#41440) add 34429bfa0e8 [Chore](inverted index) remove useless code of compound filters for inverted index #40258 (#41448) No new revisions were added by this update. Summary of changes: be/src/common/config.cpp | 4 - be/src/common/config.h | 4 - be/src/exec/olap_common.h | 142 +------------ be/src/olap/iterators.h | 1 - be/src/olap/rowset/beta_rowset_reader.cpp | 21 -- be/src/olap/rowset/rowset_reader_context.h | 1 - be/src/olap/rowset/segment_v2/segment_iterator.cpp | 11 - be/src/olap/tablet_reader.cpp | 24 --- be/src/olap/tablet_reader.h | 4 - be/src/pipeline/exec/olap_scan_operator.cpp | 18 -- be/src/pipeline/exec/olap_scan_operator.h | 3 - be/src/pipeline/exec/scan_operator.h | 14 +- be/src/vec/exec/scan/new_olap_scan_node.cpp | 18 -- be/src/vec/exec/scan/new_olap_scan_node.h | 3 - be/src/vec/exec/scan/new_olap_scanner.cpp | 8 - be/src/vec/exec/scan/new_olap_scanner.h | 4 - be/src/vec/exec/scan/vscan_node.cpp | 236 --------------------- be/src/vec/exec/scan/vscan_node.h | 42 ---- 18 files changed, 6 insertions(+), 552 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org