This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 730b3e67b07 [BE](ut) add be ut about partition sort and analytic operator (#49598) add 00736e146b7 [opt](s3client) Add AWS SDK logger for recycler with error logging and enhance S3 client tests (#49422) No new revisions were added by this update. Summary of changes: be/src/common/config.cpp | 3 +- be/src/util/s3_util.cpp | 49 +------- be/test/io/fs/s3_obj_storage_client_test.cpp | 171 +++++++++++++++++++++++++++ cloud/src/common/config.h | 11 ++ cloud/src/recycler/s3_accessor.cpp | 13 +- common/cpp/aws_logger.h | 68 +++++++++++ conf/be.conf | 2 +- 7 files changed, 264 insertions(+), 53 deletions(-) create mode 100644 be/test/io/fs/s3_obj_storage_client_test.cpp create mode 100644 common/cpp/aws_logger.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org