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 42136081e7b [Fix](hive-writer) Fix hive partition update file size and
remove redundant column names. (#34651)
add 75ad0ff6760 [Improve]delete match_element_xx and add fe config for
create inverted index on array (#34766)
No new revisions were added by this update.
Summary of changes:
be/src/exec/olap_common.h | 10 ---
be/src/exec/olap_utils.h | 42 +----------
be/src/olap/match_predicate.cpp | 15 ----
be/src/vec/functions/match.cpp | 5 --
be/src/vec/functions/match.h | 85 ----------------------
.../main/java/org/apache/doris/common/Config.java | 3 +
.../antlr4/org/apache/doris/nereids/DorisLexer.g4 | 5 --
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 5 --
fe/fe-core/src/main/cup/sql_parser.cup | 27 +------
.../java/org/apache/doris/analysis/IndexDef.java | 4 +
.../org/apache/doris/analysis/MatchPredicate.java | 61 +---------------
.../trees/plans/commands/info/IndexDefinition.java | 4 +
fe/fe-core/src/main/jflex/sql_scanner.flex | 5 --
gensrc/thrift/Opcodes.thrift | 10 +--
.../test_array_contains_with_inverted_index.groovy | 1 +
.../inverted_index_p0/test_array_index.groovy | 29 ++++++++
.../test_array_with_inverted_index_all_type.groovy | 1 +
17 files changed, 51 insertions(+), 261 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]