This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from d8ad6ebff2c [enhancement](disk) log disk path when creating tablet
(#29464)
add 7a4ef901100 [Improve](regresstests)add test cases for array functions
(#28492)
No new revisions were added by this update.
Summary of changes:
.../test_array_element_at_and_slice.out | 352 +++++++
.../test_array_functions_array_intersect_sort.out | 193 ++++
.../test_array_functions_array_join.out | 103 ++
.../test_array_functions_array_with_const.out | 73 ++
...t_array_functions_concat_compact_difference.out | 161 +++
.../test_array_functions_in_ck_case.out | 1043 ++++++++++++++++++++
.../test_array_push_pop_backfront.out | 181 ++++
.../test_array_zip_array_enumerate_uniq.out | 13 +
.../test_array_functions_of_array_countEqual.out | 12 +
.../test_array_functions_of_array_difference.out | 6 +
.../nested_types/query/array_functions/load.groovy | 22 +
.../test_array_element_at_and_slice.groovy | 132 +++
...est_array_functions_array_intersect_sort.groovy | 136 +++
.../test_array_functions_array_join.groovy | 75 ++
.../test_array_functions_array_with_const.groovy | 62 ++
...rray_functions_concat_compact_difference.groovy | 121 +++
.../test_array_push_pop_backfront.groovy | 96 ++
.../test_array_zip_array_enumerate_uniq.groovy | 98 ++
...test_array_functions_of_array_countEqual.groovy | 1 +
...test_array_functions_of_array_difference.groovy | 4 +
20 files changed, 2884 insertions(+)
create mode 100644
regression-test/data/datatype_p0/nested_types/query/array_functions/test_array_element_at_and_slice.out
create mode 100644
regression-test/data/datatype_p0/nested_types/query/array_functions/test_array_functions_array_intersect_sort.out
create mode 100644
regression-test/data/datatype_p0/nested_types/query/array_functions/test_array_functions_array_join.out
create mode 100644
regression-test/data/datatype_p0/nested_types/query/array_functions/test_array_functions_array_with_const.out
create mode 100644
regression-test/data/datatype_p0/nested_types/query/array_functions/test_array_functions_concat_compact_difference.out
create mode 100644
regression-test/data/datatype_p0/nested_types/query/array_functions/test_array_functions_in_ck_case.out
create mode 100644
regression-test/data/datatype_p0/nested_types/query/array_functions/test_array_push_pop_backfront.out
create mode 100644
regression-test/data/datatype_p0/nested_types/query/array_functions/test_array_zip_array_enumerate_uniq.out
create mode 100644
regression-test/suites/datatype_p0/nested_types/query/array_functions/load.groovy
create mode 100644
regression-test/suites/datatype_p0/nested_types/query/array_functions/test_array_element_at_and_slice.groovy
create mode 100644
regression-test/suites/datatype_p0/nested_types/query/array_functions/test_array_functions_array_intersect_sort.groovy
create mode 100644
regression-test/suites/datatype_p0/nested_types/query/array_functions/test_array_functions_array_join.groovy
create mode 100644
regression-test/suites/datatype_p0/nested_types/query/array_functions/test_array_functions_array_with_const.groovy
create mode 100644
regression-test/suites/datatype_p0/nested_types/query/array_functions/test_array_functions_concat_compact_difference.groovy
create mode 100644
regression-test/suites/datatype_p0/nested_types/query/array_functions/test_array_push_pop_backfront.groovy
create mode 100644
regression-test/suites/datatype_p0/nested_types/query/array_functions/test_array_zip_array_enumerate_uniq.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]