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

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 53337edec95 [fix](ut) fix cases for rename file name link pr 47677 
(#47706)
53337edec95 is described below

commit 53337edec95119e882c9afbe0e9e776c6700a44c
Author: amory <wangqian...@selectdb.com>
AuthorDate: Mon Feb 10 21:50:39 2025 +0800

    [fix](ut) fix cases for rename file name link pr 47677 (#47706)
---
 be/test/vec/data_types/data_type_array_test.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/be/test/vec/data_types/data_type_array_test.cpp 
b/be/test/vec/data_types/data_type_array_test.cpp
index 6e643bcdf23..d50ae0be26b 100644
--- a/be/test/vec/data_types/data_type_array_test.cpp
+++ b/be/test/vec/data_types/data_type_array_test.cpp
@@ -302,10 +302,10 @@ protected:
             data_file_dir + "test_array_array_decimalv3(38,30).csv",
             data_file_dir + "test_array_array_decimalv3(76,56).csv",
             // array-map - 36
-            data_file_dir + "test_array_map<char,double>.csv",
-            data_file_dir + "test_array_map<datetime,decimal<76,56>>.csv",
-            data_file_dir + "test_array_map<ipv4,ipv6>.csv",
-            data_file_dir + "test_array_map<largeInt,string>.csv",
+            data_file_dir + "test_array_map_char_double.csv",
+            data_file_dir + "test_array_map_datetime_decimal.csv",
+            data_file_dir + "test_array_map_ipv4_ipv6.csv",
+            data_file_dir + "test_array_map_largeInt_string.csv",
             // array-struct
             data_file_dir + "test_array_struct.csv"};
 
@@ -557,4 +557,4 @@ TEST_F(DataTypeArrayTest, GetNumberOfDimensionsTest) {
     }
 }
 
-} // namespace doris::vectorized
\ No newline at end of file
+} // namespace doris::vectorized


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to