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

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


    from 89ef5c062b1 [fix](routine load) do not cancel job if not found 
transaction (#39514)
     new 498b9dd6c15 [fix](local shuffle) Fix correctness for bucket hash 
shuffle exchanger (#39568)
     new b0d58d68ccd [fix](scan) fix predicate contains  cast that results in 
null, the predicate will be miss. (#39550)
     new 6ded5b1b085 [Bug](predicate) fix wrong result of AcceptNullPredicate 
(#39497)
     new b61a81864ec [improvement](report) report handler discard old report 
tasks (#39469)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/olap/accept_null_predicate.h                |  35 +++----
 be/src/olap/shared_predicate.h                     |   4 +-
 be/src/pipeline/exec/scan_operator.cpp             |  12 ++-
 .../local_exchange_sink_operator.cpp               |  14 +--
 be/src/pipeline/local_exchange/local_exchanger.cpp |  34 ++++++-
 .../org/apache/doris/master/ReportHandler.java     |  90 ++++++++++++++---
 .../correctness/test_scan_with_cast_null_value.out |  33 +++++++
 .../data/nereids_arith_p0/topn/accept_null.out     |  13 +++
 .../join/test_join_local_shuffle.out}              |   2 +-
 .../test_scan_with_cast_null_value.groovy          |  64 ++++++++++++
 .../nereids_arith_p0/topn/accept_null.groovy       | 110 +++++++++++++++++++++
 .../nereids_p0/join/test_join_local_shuffle.groovy |  81 +++++++++++++++
 12 files changed, 444 insertions(+), 48 deletions(-)
 create mode 100644 
regression-test/data/correctness/test_scan_with_cast_null_value.out
 create mode 100644 regression-test/data/nereids_arith_p0/topn/accept_null.out
 copy regression-test/data/{correctness/test_union_with_subquery.out => 
nereids_p0/join/test_join_local_shuffle.out} (93%)
 create mode 100644 
regression-test/suites/correctness/test_scan_with_cast_null_value.groovy
 create mode 100644 
regression-test/suites/nereids_arith_p0/topn/accept_null.groovy
 create mode 100644 
regression-test/suites/nereids_p0/join/test_join_local_shuffle.groovy


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

Reply via email to