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

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


    from a6155a517d7 [fix] (topn) fix uncleared block in topn_next() (#39119) 
(#39224)
     add 60eeec37541 [fix] (inverted index) Fix match function without inverted 
index (#38989) (#39220)

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  |  12 +++
 .../glue/translator/ExpressionTranslator.java      |  14 +--
 gensrc/thrift/Exprs.thrift                         |   2 +
 .../test_match_without_index.groovy                |  89 +++++++++++++++++
 10 files changed, 203 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