Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Jan 23, 2025
1 parent bda649c commit 569a684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ suite("test_column_boundary") {
sql """
CREATE TABLE IF NOT EXISTS test_column_boundary (
u_id int NULL COMMENT "",
u_city varchar(20) NULL COMMENT ""
u_city varchar(40) NULL COMMENT ""
) ENGINE=OLAP
DUPLICATE KEY(`u_id`, `u_city`)
DISTRIBUTED BY HASH(`u_id`, `u_city`) BUCKETS 1
Expand Down

0 comments on commit 569a684

Please sign in to comment.