This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git
from 5728d1ef7a [fix](jdbc catalog) Fixed mappings with type errors for bool and tinyint(1) (#22091) new 24a3706281 [fix](planner) nested loop join with left semi generate repeat result (#17767) new 47d0379ad8 [Fix](compaction) Fix SizeBasedCumulativeCompactionPolicy pick_input_rowsets (#21732) new 3290eedb21 [Fix](json reader) fix rapidjson `array->PushBack` may take ownership… (#21988) new 84de801322 [fix](log) column index off-by-one error in scanner logs (#19747) new f343423030 [Fix](planner) fix rewritten alias function's original function is not analyzed again (#21497) new 621c82e0ab [Fix](compaction) return internal error to avoid be core when finalize_columns_data (#21882) The 6 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/exprs/json_functions.cpp | 6 ++-- be/src/olap/cumulative_compaction_policy.cpp | 35 ++++++++++++++++++---- be/src/olap/rowset/segment_v2/segment_writer.cpp | 9 +++++- be/src/vec/exec/scan/vfile_scanner.cpp | 3 +- .../apache/doris/analysis/FunctionCallExpr.java | 5 ++-- .../apache/doris/planner/NestedLoopJoinNode.java | 4 +-- .../main/java/org/apache/doris/qe/Coordinator.java | 4 +++ .../doris/rewrite/RewriteAliasFunctionRule.java | 2 +- .../data/load_p0/stream_load/test_json_load.out | 3 ++ .../data/load_p0/stream_load/with_jsonpath.json | 1 + .../join/test_nestedloop_semi_anti_join.out | 3 ++ .../load_p0/stream_load/test_json_load.groovy | 27 +++++++++++++++++ .../join/test_nestedloop_semi_anti_join.groovy | 13 ++++++++ 13 files changed, 100 insertions(+), 15 deletions(-) create mode 100644 regression-test/data/load_p0/stream_load/with_jsonpath.json --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org