This is an automated email from the ASF dual-hosted git repository.

airborne pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from df5563971bc [Performance](opt) opt the order by performance in 
permutation (#38985)
     add 3f74137944b [fix] (inverted index) Fix match function without inverted 
index (#38989)

No new revisions were added by this update.

Summary of changes:
 .../rowset/segment_v2/inverted_index_reader.cpp    |   3 +
 be/src/vec/exprs/vmatch_predicate.cpp              |  13 +++
 be/src/vec/functions/match.cpp                     | 110 +++++++++------------
 be/src/vec/functions/match.h                       |   6 ++
 .../apache/doris/analysis/InvertedIndexUtil.java   |  12 +++
 .../org/apache/doris/analysis/MatchPredicate.java  |  25 +++--
 .../main/java/org/apache/doris/catalog/Index.java  |   8 ++
 .../glue/translator/ExpressionTranslator.java      |  14 +--
 gensrc/thrift/Exprs.thrift                         |   2 +
 .../test_match_without_index.groovy                |  89 +++++++++++++++++
 10 files changed, 199 insertions(+), 83 deletions(-)
 create mode 100644 
regression-test/suites/inverted_index_p0/test_match_without_index.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to