This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from e8a344b683 [feature-wip](parquet-reader) add predicate filter and column reader (#11488) add 1e6a3610a7 [feature-wip](unique-key-merge-on-write) optimize rowid conversion and add ut (#11541) No new revisions were added by this update. Summary of changes: be/src/olap/iterators.h | 1 - be/src/olap/merger.cpp | 16 +- be/src/olap/rowid_conversion.h | 105 ++++---- be/src/olap/rowset/rowset_reader.h | 1 - be/src/vec/olap/block_reader.cpp | 5 +- be/src/vec/olap/vcollect_iterator.cpp | 32 ++- be/src/vec/olap/vcollect_iterator.h | 5 +- be/test/olap/rowid_conversion_test.cpp | 447 ++++++++++++++++++++++++++++++++- 8 files changed, 532 insertions(+), 80 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org