This is an automated email from the ASF dual-hosted git repository.

kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 71c69d97d4 fix be ut
71c69d97d4 is described below

commit 71c69d97d4f30b90370eecbd26ce9c862fcb168c
Author: Kang <[email protected]>
AuthorDate: Sun Oct 1 09:45:17 2023 +0800

    fix be ut
---
 be/test/io/fs/local_file_system_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/test/io/fs/local_file_system_test.cpp 
b/be/test/io/fs/local_file_system_test.cpp
index 953d7669b8..9543e9af76 100644
--- a/be/test/io/fs/local_file_system_test.cpp
+++ b/be/test/io/fs/local_file_system_test.cpp
@@ -377,7 +377,7 @@ TEST_F(LocalFileSystemTest, TestCopyAndBatchDelete) {
 
     // copy
     std::string dest_path = "./file_copy_dest/";
-    EXPECT_TRUE(io::global_local_filesystem()->copy_dirs(path, 
dest_path).ok());
+    EXPECT_TRUE(io::global_local_filesystem()->copy_path(path, 
dest_path).ok());
 
     std::vector<std::string> dirs;
     std::vector<std::string> files;


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

Reply via email to