This is an automated email from the ASF dual-hosted git repository. airborne pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 33ade8fe82d [fix](regression) speed up some case (#40237) add adff882f787 [Chore](inverted index) remove useless code of compound filters for inverted index (#40258) 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 | 13 -- be/src/vec/exec/scan/new_olap_scanner.cpp | 9 -- be/src/vec/exec/scan/new_olap_scanner.h | 3 - 14 files changed, 5 insertions(+), 253 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org