Skip to content

Commit

Permalink
fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
BiteTheDDDDt committed Feb 14, 2025
1 parent 0aa76f9 commit 2f1bd7a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,7 @@ suite("test_case_function", "query,p0") {
sql """
create table d_table (k1 varchar(100) not null)
duplicate key (k1)
distributed BY hash(k1) buckets 3
PROPERTIES (
"replication_allocation" = "tag.location.default: 1"
);
Expand Down

0 comments on commit 2f1bd7a

Please sign in to comment.