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 11936d85f9 [fix](inverted index) fix erroneous judgement for inverted
index not read raw data (#17992)
add cedd36c786 [improvement](compaction)Support segcompaction for inverted
index (#17874)
No new revisions were added by this update.
Summary of changes:
be/src/common/status.h | 1 +
be/src/olap/rowset/beta_rowset_writer.cpp | 45 ++++++++++-
be/src/olap/rowset/beta_rowset_writer.h | 1 +
be/src/olap/rowset/segcompaction.cpp | 16 ++++
.../olap/rowset/segment_v2/inverted_index_desc.cpp | 15 ++++
.../olap/rowset/segment_v2/inverted_index_desc.h | 10 +++
...s.out => test_segcompaction_agg_keys_index.out} | 21 +++--
...s.out => test_segcompaction_dup_keys_index.out} | 19 +++--
.../test_segcompaction_unique_keys_mow_index.out} | 8 +-
...vy => test_segcompaction_agg_keys_index.groovy} | 17 ++--
...vy => test_segcompaction_dup_keys_index.groovy} | 13 ++-
.../test_segcompaction_unique_keys_index.groovy | 92 ++++++++++++++++++++++
...est_segcompaction_unique_keys_mow_index.groovy} | 26 +++---
13 files changed, 246 insertions(+), 38 deletions(-)
copy regression-test/data/segcompaction_p1/{test_segcompaction_dup_keys.out =>
test_segcompaction_agg_keys_index.out} (98%)
copy regression-test/data/segcompaction_p1/{test_segcompaction_dup_keys.out =>
test_segcompaction_dup_keys_index.out} (98%)
copy regression-test/data/{correctness_p0/test_dict_range_predicate.out =>
segcompaction_p1/test_segcompaction_unique_keys_mow_index.out} (83%)
copy
regression-test/suites/segcompaction_p1/{test_segcompaction_agg_keys.groovy =>
test_segcompaction_agg_keys_index.groovy} (88%)
copy
regression-test/suites/segcompaction_p1/{test_segcompaction_dup_keys.groovy =>
test_segcompaction_dup_keys_index.groovy} (90%)
create mode 100644
regression-test/suites/segcompaction_p1/test_segcompaction_unique_keys_index.groovy
copy
regression-test/suites/segcompaction_p1/{test_segcompaction_unique_keys_mow.groovy
=> test_segcompaction_unique_keys_mow_index.groovy} (87%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]