This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 83be799fb6d [opt](Nereids) add switch / unset / kill / desc statement syntax (#39359) add 237fca2f40c [improve](array) forbid create inverted index with parser for array and add cases for write correctness check (#39062) No new revisions were added by this update. Summary of changes: .../rowset/segment_v2/inverted_index_writer.cpp | 17 +++ be/src/vec/functions/array/function_array_index.h | 15 +++ .../java/org/apache/doris/analysis/IndexDef.java | 6 +- .../apache/doris/analysis/InvertedIndexUtil.java | 6 + .../trees/plans/commands/info/IndexDefinition.java | 6 +- .../array_contains/test_index_change_2_arr.out | 1 - .../test_arrayInvertedIdx_profile.out | 55 +++++++++ .../test_add_drop_index_with_data_arr.groovy | 4 +- ...test_add_drop_index_with_delete_data_arr.groovy | 4 +- .../array_contains/test_char_replace_arr.groovy | 6 +- .../test_count_on_index_httplogs_arr.groovy | 4 +- .../test_equal_on_fulltext_arr.groovy | 2 +- .../array_contains/test_index_change_2_arr.groovy | 4 +- .../array_contains/test_index_change_4_arr.groovy | 4 +- .../array_contains/test_index_change_6_arr.groovy | 4 +- .../test_index_compaction_dup_keys_arr.groovy | 2 +- .../test_index_compaction_null_arr.groovy | 4 +- ...compaction_with_multi_index_segments_arr.groovy | 4 +- .../array_contains/test_index_delete_arr.groovy | 2 +- .../test_index_empty_string_arr.groovy | 2 +- .../test_index_equal_select_arr.groovy | 8 +- .../test_index_match_phrase_edge_arr.groovy | 4 +- .../test_index_match_regexp_arr.groovy | 2 +- .../array_contains/test_index_null_arr.groovy | 2 +- .../array_contains/test_invalid_param.groovy | 4 +- .../test_inverted_index_null_arr.groovy | 2 +- .../array_contains/test_lowercase_arr.groovy | 18 +-- .../test_parser_with_none_stopwords.groovy | 4 +- .../test_arrayInvertedIdx_profile.groovy | 128 +++++++++++++++++++++ .../test_array_index_parser.groovy | 55 +++++++++ .../test_array_index_write.groovy | 84 ++++++++++++++ .../test_array_with_inverted_index_all_type.groovy | 18 +-- .../test_index_key_match_select.groovy | 2 +- .../inverted_index_p0/test_index_null.groovy | 2 +- .../ddl/articles_dk_array.sql | 4 +- .../ddl/articles_uk_array.sql | 4 +- .../ddl/fulltext_t1_dk_array.sql | 2 +- .../ddl/fulltext_t1_uk_array.sql | 2 +- .../ddl/join_t2_dk_array.sql | 2 +- .../ddl/join_t2_uk_array.sql | 2 +- .../ddl/large_records_t1_dk_array.sql | 2 +- .../ddl/large_records_t1_uk_array.sql | 2 +- .../ddl/large_records_t2_dk_array.sql | 2 +- .../ddl/large_records_t2_uk_array.sql | 2 +- .../ddl/large_records_t3_dk_array.sql | 2 +- .../ddl/large_records_t3_uk_array.sql | 2 +- .../ddl/large_records_t4_dk_array.sql | 2 +- .../ddl/large_records_t4_uk_array.sql | 2 +- 48 files changed, 434 insertions(+), 83 deletions(-) create mode 100644 regression-test/data/inverted_index_p0/test_arrayInvertedIdx_profile.out create mode 100644 regression-test/suites/inverted_index_p0/test_arrayInvertedIdx_profile.groovy create mode 100644 regression-test/suites/inverted_index_p0/test_array_inverted_index/test_array_index_parser.groovy create mode 100644 regression-test/suites/inverted_index_p0/test_array_inverted_index/test_array_index_write.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org