This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 39907967c82 [enhance](Backup) Obscure hdfs's authentication's info for show backup's repository stmt (#34337) add 0753461d8f6 [enhance](hdfs) Add UT for HdfsFileWriter (#34348) No new revisions were added by this update. Summary of changes: be/src/cloud/cloud_backend_service.h | 2 - be/src/cloud/cloud_internal_service.h | 4 +- be/src/common/sync_point.cpp | 18 ++- be/src/common/sync_point.h | 36 ++++- be/src/io/fs/hdfs_file_writer.cpp | 22 ++- be/test/io/cache/block_file_cache_test.cpp | 243 +++++++++++++++++------------ be/test/io/fs/hdfs_file_system_test.cpp | 149 ++++++++++++++++++ be/test/io/fs/local_file_system_test.cpp | 126 ++++++++------- be/test/vec/exec/vwal_scanner_test.cpp | 16 +- 9 files changed, 437 insertions(+), 179 deletions(-) create mode 100644 be/test/io/fs/hdfs_file_system_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org