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 265799b47c9 Revert "(cloud-merge) Fix the cast failed when RollupJobV2 convert to CloudRollupJobV2 (#33847)" new 5c8ae5d1f2a [fix](profile) Fix content missing of brokerload profile (#33969) new 23d03f26efa [bug](random distribution) fix data loss and incorrect in random distribution table #33962 new 35d0ed998cf [Fix](hdfs-writer) Fix hdfs file writer core with `check failed: _ref_cnt == 0` in dtor of `HdfsFileWriter`. (#33959) new a5bd4604b31 [fix](nereids)EliminateGroupBy should keep the output's datatype same as old ones (#33585) new 87fae90c02e [Fix](executor)reset remote scan thread num #33579 The 5 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/io/file_factory.cpp | 10 +- be/src/io/fs/hdfs_file_system.cpp | 12 +- be/src/io/fs/hdfs_file_system.h | 4 +- be/src/io/fs/hdfs_file_writer.cpp | 11 +- be/src/io/fs/hdfs_file_writer.h | 9 +- be/src/io/hdfs_util.cpp | 20 +- be/src/io/hdfs_util.h | 23 +- be/src/runtime/workload_group/workload_group.cpp | 15 +- be/src/vec/exec/scan/scanner_scheduler.h | 7 +- be/src/vec/sink/writer/vtablet_writer.cpp | 27 + .../java/org/apache/doris/catalog/EnvFactory.java | 6 +- .../doris/cloud/catalog/CloudEnvFactory.java | 5 +- .../apache/doris/cloud/qe/CloudCoordinator.java | 5 +- .../apache/doris/load/loadv2/LoadLoadingTask.java | 6 +- .../nereids/rules/rewrite/EliminateGroupBy.java | 4 +- .../main/java/org/apache/doris/qe/Coordinator.java | 5 +- .../rules/rewrite/EliminateGroupByTest.java | 2 +- .../test_load_block_to_single_tablet.csv | 4100 ++++++++++++++++++++ .../test_load_block_to_single_tablet.out} | 11 +- .../test_load_block_to_single_tablet.groovy | 58 + 20 files changed, 4260 insertions(+), 80 deletions(-) create mode 100644 regression-test/data/load_p0/stream_load/test_load_block_to_single_tablet.csv copy regression-test/data/{correctness_p0/test_case_when_decimal.out => load_p0/stream_load/test_load_block_to_single_tablet.out} (60%) create mode 100644 regression-test/suites/load_p0/stream_load/test_load_block_to_single_tablet.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org