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 0bbbd774e66 [FIX](regresstest)delete replicate create table numbers
#29722
0bbbd774e66 is described below
commit 0bbbd774e66fb4ba75319b57ea14839c07ec5adf
Author: amory <[email protected]>
AuthorDate: Tue Jan 9 18:25:50 2024 +0800
[FIX](regresstest)delete replicate create table numbers #29722
---
.../query/array_functions/test_array_zip_array_enumerate_uniq.groovy | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/regression-test/suites/datatype_p0/nested_types/query/array_functions/test_array_zip_array_enumerate_uniq.groovy
b/regression-test/suites/datatype_p0/nested_types/query/array_functions/test_array_zip_array_enumerate_uniq.groovy
index 563b539a74b..baff9ad73a4 100644
---
a/regression-test/suites/datatype_p0/nested_types/query/array_functions/test_array_zip_array_enumerate_uniq.groovy
+++
b/regression-test/suites/datatype_p0/nested_types/query/array_functions/test_array_zip_array_enumerate_uniq.groovy
@@ -17,10 +17,6 @@
suite("test_array_zip_array_enumerate_uniq", "p0") {
- sql "drop table if exists numbers;"
- sql "create table if not exists numbers (number int) ENGINE=OLAP
DISTRIBUTED BY HASH(number) BUCKETS 1 PROPERTIES('replication_num' = '1');"
- sql "insert into numbers values (NULL), (0), (1), (2), (3), (4), (5), (6),
(7), (8), (9), (10);"
-
sql "set enable_nereids_planner=false;"
// ========== array-zip ==========
// wrong case
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]