This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 39590f95b0 [pipeline](load) return error status in pipeline load (#21303) add 242a35fa80 [fix](s3) fix s3 fs benchmark tool (#21401) No new revisions were added by this update. Summary of changes: be/src/io/file_factory.cpp | 3 +- be/src/io/file_factory.h | 5 +- be/src/io/fs/benchmark/base_benchmark.h | 12 ++--- be/src/io/fs/benchmark/benchmark_factory.hpp | 2 + be/src/io/fs/benchmark/fs_benchmark_tool.cpp | 8 ++- be/src/io/fs/benchmark/s3_benchmark.hpp | 72 +++++++++++++++++++------- be/src/io/fs/buffered_reader.cpp | 2 +- be/src/util/s3_util.cpp | 3 +- be/src/util/s3_util.h | 11 ++++ be/src/vec/core/block_spill_reader.cpp | 2 +- be/src/vec/exec/format/csv/csv_reader.cpp | 2 +- bin/run-fs-benchmark.sh | 2 + bin/start_be.sh | 2 + docs/en/docs/lakehouse/fs_benchmark_tool.md | 20 +++---- docs/zh-CN/docs/lakehouse/fs_benchmark_tool.md | 6 ++- 15 files changed, 105 insertions(+), 47 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org