Skip to content

Commit

Permalink
[Fix](regression) Fix typo in test_schema_change_unique_mow (#39196)
Browse files Browse the repository at this point in the history
## Proposed changes

fix typo in #39173
  • Loading branch information
bobhan1 authored and dataroaring committed Aug 16, 2024
1 parent ada1a55 commit 2a96f21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ suite("test_schema_change_unique_mow", "p0") {
return true
}
cnt--;
int val = 100000 + max_try_num
int val = 100000 + cnt
sql """ insert into ${tableName3} values (${val}, 2, 3, 4, 5, 6.6, 1.7, 8.8,
'a', 'b', 'c', '2021-10-30', '2021-10-30 00:00:00', 9527) """
return false
Expand Down

0 comments on commit 2a96f21

Please sign in to comment.