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 fc0c0229e7c [opt](remote scan) Fix remote scan parallelism (#43532) add 10439620060 [fix](variant) fix index in variant (#43375) No new revisions were added by this update. Summary of changes: be/src/olap/rowset/segment_v2/segment_iterator.cpp | 7 ++ be/src/olap/rowset/segment_v2/segment_writer.cpp | 45 ++++----- .../rowset/segment_v2/vertical_segment_writer.cpp | 43 ++++---- be/src/olap/tablet_schema.cpp | 12 ++- be/src/olap/tablet_schema.h | 2 +- be/src/vec/common/schema_util.cpp | 10 +- be/src/vec/common/schema_util.h | 2 + be/test/common/schema_util_test.cpp | 109 +++++++++++++++++++++ .../test_variant_bloom_filter.out | 40 ++++++++ .../test_variant_bloom_filter.groovy} | 77 +++++++-------- 10 files changed, 245 insertions(+), 102 deletions(-) create mode 100644 be/test/common/schema_util_test.cpp create mode 100644 regression-test/data/fault_injection_p0/test_variant_bloom_filter.out copy regression-test/suites/{inverted_index_p0/index_compaction/test_index_compaction_p0.groovy => fault_injection_p0/test_variant_bloom_filter.groovy} (66%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org