This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47688-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 1826ea924bc branch-3.0: [fix](binlog) Fix table not gc binlog meta/records #46981 (#47256) add 37af31eae39 [InvertedIndex](Variant) supoort inverted index for array type in variant (#47688) No new revisions were added by this update. Summary of changes: .../rowset/segment_v2/inverted_index_writer.cpp | 8 +- be/src/vec/exprs/vexpr.cpp | 4 +- be/test/common/schema_util_test.cpp | 12 ++ .../data/variant_github_events_new_p2/load.out | Bin 152 -> 222 bytes .../test_array_contains_with_inverted_index.out | Bin 0 -> 45214 bytes .../test_array_inverted_index_profile.out} | Bin 2245 -> 2004 bytes .../test_arrayInvertedIdx_profile.groovy | 1 - .../test_array_contains_with_inverted_index.groovy | 1 - .../variant_github_events_new_p2/load.groovy | 63 ++++++++- .../test_array_contains_with_inverted_index.groovy | 111 +++++++++++++++ .../with_index}/test_array_index_write.groovy | 41 +++--- .../test_array_inverted_index_profile.groovy | 157 +++++++++++++++++++++ 12 files changed, 374 insertions(+), 24 deletions(-) create mode 100644 regression-test/data/variant_p0/with_index/test_array_contains_with_inverted_index.out copy regression-test/data/{inverted_index_p0/test_arrayInvertedIdx_profile.out => variant_p0/with_index/test_array_inverted_index_profile.out} (75%) create mode 100644 regression-test/suites/variant_p0/with_index/test_array_contains_with_inverted_index.groovy copy regression-test/suites/{inverted_index_p0/test_array_inverted_index => variant_p0/with_index}/test_array_index_write.groovy (61%) create mode 100644 regression-test/suites/variant_p0/with_index/test_array_inverted_index_profile.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org