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

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


    from cf04c9c3007 [enhancement](Nereids) refine and speedup analyzer 
(#31792) (#32111)
     new 45824d959cf [release](build script) fix build release bug when build 
multiple version on same machine #32104
     new 2da57526a30 [feat](Nereids): use table map to construct struct info 
(#32058)
     new 6610307eb00 [opt](routine-load) end Kafka consume when meets partition 
EOF #32046
     new 781a45d93cb [Fix](nereids) fix date function rewrite (#32060)
     new 4956d5de837 [fix](planner) remove input slot for aggregate slot which 
is not materialized (#32092)
     new 473bd3ee642 [fix](function) incorrect result of eq_for_null (#32103)
     new 0159a75ceda [bugfix](becore) be will core when stop because the map is 
modified during iterator (#32105)

The 7 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/runtime/routine_load/data_consumer.cpp      | 15 ++++++-
 be/src/runtime/routine_load/data_consumer.h        |  1 +
 be/src/vec/functions/comparison_equal_for_null.cpp |  2 +-
 be/src/vec/runtime/vdata_stream_mgr.cpp            | 13 ++++--
 build-for-release.sh                               |  1 +
 .../apache/doris/nereids/memo/StructInfoMap.java   | 46 ++++++++++++++-----
 .../expression/rules/DateFunctionRewrite.java      |  4 +-
 .../org/apache/doris/planner/AggregationNode.java  | 11 +++++
 .../doris/nereids/memo/StructInfoMapTest.java      | 48 ++++++++++++++++++++
 .../apache/doris/utframe/TestWithFeService.java    | 25 +++++++++++
 .../test_inlineview_with_project.out               | 10 +++++
 .../data/correctness_p0/test_null_equal.out        |  5 +++
 .../date_function_rewrite.out}                     |  0
 .../test_inlineview_with_project.groovy            | 44 +++++++++++++++++++
 .../suites/correctness_p0/test_null_equal.groovy   | 51 ++++++++++++++++++++++
 .../date_function_rewrite.groovy}                  | 19 ++++----
 16 files changed, 265 insertions(+), 30 deletions(-)
 copy 
regression-test/data/{datatype_p0/decimalv3/test_decimalv3_key/test_decimalv3_key.out
 => nereids_rules_p0/date_function_rewrite/date_function_rewrite.out} (100%)
 copy 
regression-test/suites/{nereids_p0/sql_functions/string_functions/test_split_part.groovy
 => nereids_rules_p0/date_function_rewrite/date_function_rewrite.groovy} (68%)


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

Reply via email to