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 3736530585 [refactor](query context) rename query fragments context to 
query context and make query context safe (#18950)
     add c3baa65de3 [feature](io) enable s3 file writer with multi part 
uploading concurrently (#17585)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.h                    |   6 +
 be/src/io/CMakeLists.txt                  |   1 +
 be/src/io/fs/s3_file_write_bufferpool.cpp | 108 +++++++++++
 be/src/io/fs/s3_file_write_bufferpool.h   | 140 +++++++++++++++
 be/src/io/fs/s3_file_writer.cpp           | 287 +++++++++++++++++-------------
 be/src/io/fs/s3_file_writer.h             |  78 ++++++--
 be/test/io/fs/remote_file_system_test.cpp |   8 +
 7 files changed, 494 insertions(+), 134 deletions(-)
 create mode 100644 be/src/io/fs/s3_file_write_bufferpool.cpp
 create mode 100644 be/src/io/fs/s3_file_write_bufferpool.h


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to