Skip to content

Commit

Permalink
[FIX](regresstest)delete replicate create table numbers apache#29722
Browse files Browse the repository at this point in the history
  • Loading branch information
amorynan authored Jan 9, 2024
1 parent b828219 commit 0bbbd77
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bbbd77

Please sign in to comment.