This is an automated email from the ASF dual-hosted git repository.
eldenmoon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 3c11f0972ac [fix](resource-tag) missing resource tag after forwarding
to master (#35618)
add fad30bf5364 [cases](array_contains)add cases for array_contains
supporting inverted index and fix stopwords as query string (#35299)
No new revisions were added by this update.
Summary of changes:
be/src/vec/functions/array/function_array_index.h | 23 +-
.../array_contains/documents-1000.json | 1000 +++++++++++++
.../array_contains/test_char_replace_arr.out | 100 ++
.../array_contains/test_compound_arr.out} | 0
.../test_count_on_index_httplogs_arr.out | 46 +
.../array_contains/test_equal_on_fulltext_arr.out | 6 +
.../test_index_bkd_null_arr.out} | 0
.../array_contains/test_index_change_2_arr.out | 37 +
.../array_contains/test_index_change_4_arr.out | 31 +
.../array_contains/test_index_change_6_arr.out | 31 +
.../test_index_compaction_dup_keys_arr.out | 105 ++
.../test_index_compaction_null_arr.out | 1531 ++++++++++++++++++++
.../test_index_compaction_unique_keys_arr.out} | 0
...ex_compaction_with_multi_index_segments_arr.out | 219 +++
.../array_contains/test_index_delete_arr.out | 16 +
.../test_index_empty_string_arr.out} | 0
.../array_contains/test_index_equal_select_arr.out | 245 ++++
.../test_index_match_phrase_edge_arr.out | 21 +
.../array_contains/test_index_match_regexp_arr.out | 19 +
.../array_contains/test_index_null_arr.out | 11 +
.../array_contains/test_invalid_param.out | 115 ++
.../test_inverted_index_null_arr.out | 130 ++
.../array_contains/test_lowercase_arr.out | 136 ++
.../test_parser_with_none_stopwords.out | 115 ++
.../test_add_drop_index_with_data_arr.groovy | 338 +++++
...test_add_drop_index_with_delete_data_arr.groovy | 273 ++++
.../array_contains/test_char_replace_arr.groovy | 103 ++
.../array_contains/test_compound_arr.groovy | 69 +
.../test_count_on_index_httplogs_arr.groovy | 204 +++
.../test_equal_on_fulltext_arr.groovy | 52 +
.../array_contains/test_index_bkd_null_arr.groovy | 52 +
.../array_contains/test_index_change_2_arr.groovy | 144 ++
.../array_contains/test_index_change_4_arr.groovy | 145 ++
.../array_contains/test_index_change_6_arr.groovy | 149 ++
.../test_index_compaction_dup_keys_arr.groovy | 250 ++++
.../test_index_compaction_null_arr.groovy | 329 +++++
.../test_index_compaction_unique_keys_arr.groovy | 255 ++++
...compaction_with_multi_index_segments_arr.groovy | 410 ++++++
.../array_contains/test_index_delete_arr.groovy | 80 +
.../test_index_empty_string_arr.groovy | 59 +
.../test_index_equal_select_arr.groovy | 247 ++++
.../test_index_match_phrase_edge_arr.groovy | 76 +
.../test_index_match_regexp_arr.groovy | 100 ++
.../array_contains/test_index_null_arr.groovy | 56 +
.../array_contains/test_invalid_param.groovy | 118 ++
.../test_inverted_index_null_arr.groovy | 100 ++
.../array_contains/test_lowercase_arr.groovy | 249 ++++
.../test_parser_with_none_stopwords.groovy | 118 ++
48 files changed, 7911 insertions(+), 2 deletions(-)
create mode 100644
regression-test/data/inverted_index_p0/array_contains/documents-1000.json
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_char_replace_arr.out
copy
regression-test/data/{fault_injection_p0/test_no_index_null_fault_injection.out
=> inverted_index_p0/array_contains/test_compound_arr.out} (100%)
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_count_on_index_httplogs_arr.out
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_equal_on_fulltext_arr.out
copy regression-test/data/inverted_index_p0/{test_index_null.out =>
array_contains/test_index_bkd_null_arr.out} (100%)
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_index_change_2_arr.out
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_index_change_4_arr.out
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_index_change_6_arr.out
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_index_compaction_dup_keys_arr.out
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_index_compaction_null_arr.out
copy
regression-test/data/inverted_index_p0/{index_compaction/test_index_compaction_unique_keys.out
=> array_contains/test_index_compaction_unique_keys_arr.out} (100%)
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_index_compaction_with_multi_index_segments_arr.out
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_index_delete_arr.out
copy regression-test/data/{nereids_syntax_p0/type_cast.out =>
inverted_index_p0/array_contains/test_index_empty_string_arr.out} (100%)
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_index_equal_select_arr.out
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_index_match_phrase_edge_arr.out
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_index_match_regexp_arr.out
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_index_null_arr.out
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_invalid_param.out
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_inverted_index_null_arr.out
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_lowercase_arr.out
create mode 100644
regression-test/data/inverted_index_p0/array_contains/test_parser_with_none_stopwords.out
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_add_drop_index_with_data_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_add_drop_index_with_delete_data_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_char_replace_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_compound_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_count_on_index_httplogs_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_equal_on_fulltext_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_index_bkd_null_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_index_change_2_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_index_change_4_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_index_change_6_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_index_compaction_dup_keys_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_index_compaction_null_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_index_compaction_unique_keys_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_index_compaction_with_multi_index_segments_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_index_delete_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_index_empty_string_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_index_equal_select_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_index_match_phrase_edge_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_index_match_regexp_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_index_null_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_invalid_param.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_inverted_index_null_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_lowercase_arr.groovy
create mode 100644
regression-test/suites/inverted_index_p0/array_contains/test_parser_with_none_stopwords.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]