You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/04/23 15:19:53 UTC

[doris] branch master updated (3736530585 -> c3baa65de3)

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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org