This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 4b9535c9b93 [fix](cloud) Fix replay modify colocate failed (#3179) (#3226) (#34401) add df62ae5e030 [opt](inverted index) add inlist condition handling to compound (#34134) No new revisions were added by this update. Summary of changes: be/src/exec/olap_common.h | 25 ++-- be/src/exec/olap_utils.h | 4 + be/src/olap/column_predicate.h | 2 +- be/src/olap/rowset/segment_v2/segment_iterator.cpp | 30 +++-- be/src/olap/rowset/segment_v2/segment_iterator.h | 10 +- be/src/olap/tablet_reader.cpp | 4 +- be/src/vec/exec/scan/vscan_node.cpp | 106 ++++++++++------ be/src/vec/exec/scan/vscan_node.h | 18 ++- .../test_compound_inlist.out} | 52 +++----- .../inverted_index_p0/test_compound_inlist.groovy | 140 +++++++++++++++++++++ 10 files changed, 292 insertions(+), 99 deletions(-) copy regression-test/data/{query_p0/dual/dual.out => inverted_index_p0/test_compound_inlist.out} (77%) create mode 100644 regression-test/suites/inverted_index_p0/test_compound_inlist.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org