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 69d59354e18 [fix](forward) set error code for query state to handle 
exception of … (#36105)
     add 1c841514529 [fix](inverted index) add in list to fast execute logic 
after hit index #35344 (#35302)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/column_predicate.h                     |  4 +-
 be/src/olap/rowset/segment_v2/segment_iterator.cpp | 15 +++---
 be/src/olap/rowset/segment_v2/segment_iterator.h   |  4 +-
 be/src/vec/exprs/vectorized_fn_call.cpp            | 30 +----------
 be/src/vec/exprs/vectorized_fn_call.h              |  3 --
 be/src/vec/exprs/vexpr.cpp                         | 39 ++++++++++++++
 be/src/vec/exprs/vexpr.h                           |  7 +++
 be/src/vec/exprs/vin_predicate.cpp                 | 13 +++++
 be/src/vec/exprs/vin_predicate.h                   |  2 +
 be/src/vec/functions/function.h                    |  3 +-
 .../java/org/apache/doris/qe/SessionVariable.java  |  2 +-
 .../inverted_index_p0/test_compound_inlist.out     | 60 ++++++++++++++++++++++
 .../inverted_index_p0/test_compound_inlist.groovy  | 36 ++++++++++++-
 13 files changed, 173 insertions(+), 45 deletions(-)


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

Reply via email to