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

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


    from 5660f111cd6 [fix](translator) fix set operation compute wrong result 
(#60525)
     add 5275e0e386b [Feature](join) support LEFT_SEMI_DIRECT_RETURN_OPT 
(#59832)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/column_predicate.h                     | 30 ++++------
 be/src/pipeline/dependency.h                       |  6 ++
 be/src/pipeline/exec/hashjoin_build_sink.cpp       | 11 ++++
 be/src/pipeline/exec/hashjoin_build_sink.h         |  8 +++
 be/src/pipeline/exec/hashjoin_probe_operator.cpp   | 13 +++-
 .../pipeline/exec/join/process_hash_table_probe.h  |  5 ++
 .../exec/join/process_hash_table_probe_impl.h      | 20 +++++++
 be/src/pipeline/exec/scan_operator.cpp             |  3 +-
 be/src/runtime_filter/runtime_filter_consumer.cpp  |  7 +++
 be/src/runtime_filter/runtime_filter_consumer.h    |  4 +-
 be/src/runtime_filter/runtime_filter_producer.h    | 11 ++++
 .../runtime_filter_producer_helper.cpp             | 12 ++++
 .../runtime_filter_producer_helper.h               |  2 +
 be/src/runtime_filter/runtime_filter_selectivity.h | 36 ++++++-----
 be/src/runtime_filter/runtime_filter_wrapper.h     | 18 ++++++
 be/src/vec/exprs/vexpr_context.h                   |  7 ++-
 .../runtime_filter_selectivity_test.cpp            | 69 ++++++++++++----------
 .../java/org/apache/doris/qe/SessionVariable.java  |  6 ++
 gensrc/thrift/PaloInternalService.thrift           |  3 +-
 .../data/query_p0/join/test_left_join1.out         |  6 ++
 .../suites/query_p0/join/test_left_join1.groovy    | 19 ++++++
 21 files changed, 224 insertions(+), 72 deletions(-)


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

Reply via email to