This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from 5190828319 [Bug] [Vectorized] code dump on aggregate node over union node (#10040) new 8cdccfb01a [feature](vectorized) Support outfile on vectorized engine (#10013) new b8ba96e73e [fix](planner) produce wrong result when use bucket shuffle join with colocate left table (#10045) 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/exec/data_sink.cpp | 33 +- be/src/vec/CMakeLists.txt | 2 + be/src/vec/runtime/vfile_result_writer.cpp | 468 +++++++++++++++++++++ .../runtime/vfile_result_writer.h} | 102 ++--- be/src/vec/sink/vdata_stream_sender.cpp | 35 ++ be/src/vec/sink/vdata_stream_sender.h | 13 +- .../sink/vresult_file_sink.cpp} | 89 ++-- .../sink/vresult_file_sink.h} | 49 +-- .../main/java/org/apache/doris/qe/Coordinator.java | 16 +- ...ut => test_bucket_join_with_colocate_table.out} | 8 +- .../test_bucket_join_with_colocate_table.groovy | 80 ++++ 11 files changed, 730 insertions(+), 165 deletions(-) create mode 100644 be/src/vec/runtime/vfile_result_writer.cpp copy be/src/{runtime/file_result_writer.h => vec/runtime/vfile_result_writer.h} (59%) copy be/src/{runtime/result_file_sink.cpp => vec/sink/vresult_file_sink.cpp} (66%) copy be/src/{runtime/result_file_sink.h => vec/sink/vresult_file_sink.h} (65%) copy regression-test/data/correctness/{test_select_constant.out => test_bucket_join_with_colocate_table.out} (66%) create mode 100644 regression-test/suites/correctness/test_bucket_join_with_colocate_table.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org