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 2e5493d06d8 [fix] (topn) fix uncleared block in topn_next() #39119 (#39199) new b8f35a799e2 [Fix](Json) fix some cast issue (#38683) new befaaf00a77 [fix](nereids)semi join transpose rule produce wrong plan if there is mark join (#39152) The 2 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/vec/functions/function_cast.h | 27 +++++++- .../join/LogicalJoinSemiJoinTransposeProject.java | 4 ++ .../join/SemiJoinSemiJoinTransposeProject.java | 1 + .../LogicalJoinSemiJoinTransposeProjectTest.java | 24 +++++++ .../join/SemiJoinSemiJoinTransposeProjectTest.java | 6 +- .../doris/nereids/util/LogicalPlanBuilder.java | 11 ++++ .../data/datatype_p0/json/json_cast.out | 37 ++++++++++- .../data/json_p0/test_json_load_and_function.out | 76 +++++++++++----------- .../test_json_load_unique_key_and_function.out | 64 +++++++++--------- .../data/jsonb_p0/test_jsonb_load_and_function.out | 76 +++++++++++----------- .../test_jsonb_load_unique_key_and_function.out | 64 +++++++++--------- .../data/nereids_function_p0/scalar_function/J.out | 76 +++++++++++----------- .../json_p0/test_json_load_and_function.out | 76 +++++++++++----------- .../test_json_load_unique_key_and_function.out | 64 +++++++++--------- .../test_jsonb_load_unique_key_and_function.out | 64 +++++++++--------- .../suites/datatype_p0/json/json_cast.groovy | 14 ++++ 16 files changed, 397 insertions(+), 287 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org