Skip to content

Commit

Permalink
Fix test_point_query_cluster_key
Browse files Browse the repository at this point in the history
  • Loading branch information
mymeiyi committed Nov 22, 2023
1 parent 576c4b0 commit 0224f40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ suite("test_point_query_cluster_key") {
}

for (int i = 0; i < 3; i++) {
tableName = realDb + ".tbl_point_query" + i
tableName = realDb + ".tbl_point_query_cluster_key" + i
sql """DROP TABLE IF EXISTS ${tableName}"""
if (i == 0) {
def sql0 = create_table_sql("")
Expand Down

0 comments on commit 0224f40

Please sign in to comment.