This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-4.0-preview in repository https://gitbox.apache.org/repos/asf/doris.git
from 3b7c3735894 [fix](schema change) fix the defineName field is not the same when copying column (#34199) new f63ae5c2392 [Bug](join) do not short_circuit_for_probe for mark join (#34170) new 1fe3b9667d2 [fix](schema change) reduce memory usage of alter multi-column statement (#33073) new 7e7f53a6f2c [fix](pipeline-load) fix no error url when data quality error and total rows is negative (#34072) new b844ac3cb74 [fix](profile) Fix print profile in be log (#34166) new 60f554ac6b4 [Fix](MethodName) fix method issue #34178 new 7d32d36ec53 [FIX](cases )fix ipv6 value for regress case new 6c85be4decc [fix](outfile)Fixed orcOutputStream.close() throwing an exception during destruction causing the program to hang. (#34243) new 211e69497a0 [fix] Missing cache types in BlockFileCacheTest (#34227) The 8 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/pipeline/exec/hashjoin_build_sink.cpp | 14 ++-- be/src/pipeline/pipeline_fragment_context.cpp | 13 +++- .../runtime/stream_load/stream_load_executor.cpp | 47 +++++-------- be/src/vec/runtime/vorc_transformer.cpp | 11 ++- be/src/vec/sink/writer/vtablet_writer.cpp | 12 ++-- be/test/io/cache/block_file_cache_test.cpp | 2 + .../java/org/apache/doris/alter/RollupJobV2.java | 9 ++- .../org/apache/doris/alter/SchemaChangeJobV2.java | 7 +- .../org/apache/doris/clone/TabletSchedCtx.java | 6 +- .../apache/doris/planner/StreamLoadPlanner.java | 2 + .../org/apache/doris/task/AlterReplicaTask.java | 52 +++++++++----- .../data/load_p0/stream_load/test_error_url.csv | 9 +++ regression-test/data/nereids_syntax_p0/join.out | 5 ++ .../join/rqg/rqg1333347798/rqg1333347798.out} | 4 +- .../test_ipv6_cidr_to_range_function.out | 28 ++++---- .../load_p0/stream_load/test_pipeline_load.groovy | 4 +- .../stream_load/test_stream_load_error_url.groovy | 76 ++++++++++++++++++++ .../suites/nereids_syntax_p0/join.groovy | 4 +- .../join/rqg/rqg1333347798/rqg1333347798.groovy | 80 ++++++++++++++++++++++ .../test_ipv6_cidr_to_range_function.groovy | 13 +++- .../test_partial_update_schema_change.groovy | 4 +- ...t_partial_update_schema_change_row_store.groovy | 4 +- 22 files changed, 309 insertions(+), 97 deletions(-) create mode 100644 regression-test/data/load_p0/stream_load/test_error_url.csv copy regression-test/data/{mv_p0/test_mv_useless/where_invalid/where_invalid.out => query_p0/join/rqg/rqg1333347798/rqg1333347798.out} (92%) create mode 100644 regression-test/suites/load_p0/stream_load/test_stream_load_error_url.groovy create mode 100644 regression-test/suites/query_p0/join/rqg/rqg1333347798/rqg1333347798.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org