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 6bfc1fa82dd [fix](cases)rename test case file name (#47677)
6bfc1fa82dd is described below
commit 6bfc1fa82dd587f5f22e0a99155bc27fd445daa5
Author: amory <[email protected]>
AuthorDate: Mon Feb 10 15:16:09 2025 +0800
[fix](cases)rename test case file name (#47677)
---
.../{test_array_map<char,double>.csv => test_array_map_char_double.csv} | 0
...p<datetime,decimal<76,56>>.csv => test_array_map_datetime_decimal.csv} | 0
.../array/{test_array_map<ipv4,ipv6>.csv => test_array_map_ipv4_ipv6.csv} | 0
..._array_map<largeInt,string>.csv => test_array_map_largeInt_string.csv} | 0
4 files changed, 0 insertions(+), 0 deletions(-)
diff --git
a/regression-test/data/nereids_function_p0/array/test_array_map<char,double>.csv
b/regression-test/data/nereids_function_p0/array/test_array_map_char_double.csv
similarity index 100%
rename from
regression-test/data/nereids_function_p0/array/test_array_map<char,double>.csv
rename to
regression-test/data/nereids_function_p0/array/test_array_map_char_double.csv
diff --git
a/regression-test/data/nereids_function_p0/array/test_array_map<datetime,decimal<76,56>>.csv
b/regression-test/data/nereids_function_p0/array/test_array_map_datetime_decimal.csv
similarity index 100%
rename from
regression-test/data/nereids_function_p0/array/test_array_map<datetime,decimal<76,56>>.csv
rename to
regression-test/data/nereids_function_p0/array/test_array_map_datetime_decimal.csv
diff --git
a/regression-test/data/nereids_function_p0/array/test_array_map<ipv4,ipv6>.csv
b/regression-test/data/nereids_function_p0/array/test_array_map_ipv4_ipv6.csv
similarity index 100%
rename from
regression-test/data/nereids_function_p0/array/test_array_map<ipv4,ipv6>.csv
rename to
regression-test/data/nereids_function_p0/array/test_array_map_ipv4_ipv6.csv
diff --git
a/regression-test/data/nereids_function_p0/array/test_array_map<largeInt,string>.csv
b/regression-test/data/nereids_function_p0/array/test_array_map_largeInt_string.csv
similarity index 100%
rename from
regression-test/data/nereids_function_p0/array/test_array_map<largeInt,string>.csv
rename to
regression-test/data/nereids_function_p0/array/test_array_map_largeInt_string.csv
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]