This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 4228320a9c8 [fix](rpc) fix transfer large data and enable
transfer_large_data_by_brpc by default #35770 (#36167)
add 0bd451d0cff [FIX](array)fix array with inverted index #35837 #34766
#34683 #34076 (#35926)
No new revisions were added by this update.
Summary of changes:
be/src/clucene | 2 +-
be/src/exec/olap_common.h | 10 -
be/src/exec/olap_utils.h | 41 +-
be/src/olap/match_predicate.cpp | 17 +-
.../rowset/segment_v2/inverted_index_writer.cpp | 270 +-
be/src/vec/functions/match.cpp | 5 -
be/src/vec/functions/match.h | 85 -
.../main/java/org/apache/doris/common/Config.java | 1 +
.../antlr4/org/apache/doris/nereids/DorisLexer.g4 | 5 -
fe/fe-core/src/main/cup/sql_parser.cup | 17 +-
.../java/org/apache/doris/analysis/IndexDef.java | 5 +-
.../org/apache/doris/analysis/MatchPredicate.java | 62 +-
fe/fe-core/src/main/jflex/sql_scanner.flex | 5 -
gensrc/thrift/Opcodes.thrift | 5 -
.../test_array_contains_with_inverted_index.out | 82 +
.../data/inverted_index_p0/test_array_index.out | 26 +
.../sql/insert_with_query.out | 127 +
.../test_array_with_inverted_index_all_type.json | 101 +
.../test_array_with_inverted_index_all_type.out | 4786 ++++++++++++++++++++
...est_array_with_inverted_index_all_type_agg.json | 101 +
.../test_array_with_large_dataset.out | 4 +
.../test_array_contains_with_inverted_index.groovy | 78 +
.../inverted_index_p0/test_array_index.groovy | 138 +
.../test_array_inverted_index/load.groovy | 89 +
.../sql/insert_with_query.sql | 59 +
.../test_array_with_inverted_index_all_type.groovy | 321 ++
.../test_array_with_large_dataset.groovy | 95 +
27 files changed, 6152 insertions(+), 385 deletions(-)
create mode 100644
regression-test/data/inverted_index_p0/test_array_contains_with_inverted_index.out
create mode 100644
regression-test/data/inverted_index_p0/test_array_inverted_index/sql/insert_with_query.out
create mode 100644
regression-test/data/inverted_index_p0/test_array_with_inverted_index_all_type.json
create mode 100644
regression-test/data/inverted_index_p0/test_array_with_inverted_index_all_type.out
create mode 100644
regression-test/data/inverted_index_p0/test_array_with_inverted_index_all_type_agg.json
create mode 100644
regression-test/data/inverted_index_p2/test_array_with_large_dataset.out
create mode 100644
regression-test/suites/inverted_index_p0/test_array_contains_with_inverted_index.groovy
create mode 100644
regression-test/suites/inverted_index_p0/test_array_index.groovy
create mode 100644
regression-test/suites/inverted_index_p0/test_array_inverted_index/load.groovy
create mode 100644
regression-test/suites/inverted_index_p0/test_array_inverted_index/sql/insert_with_query.sql
create mode 100644
regression-test/suites/inverted_index_p0/test_array_with_inverted_index_all_type.groovy
create mode 100644
regression-test/suites/inverted_index_p2/test_array_with_large_dataset.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]