Skip to content

Commit

Permalink
fix multi threaded testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cjj2010 authored Aug 20, 2024
1 parent 704c319 commit 6f0e0b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ suite("test_agg_schema_value_modify1", "p0") {
" (678901234, 'Frank', 1, 'Hangzhou', 32, 1, 13467985213, 'No. 321 Street, Hangzhou', '2022-06-06 20:00:00')," +
" (789012345, 'Grace', 0, 'Xian', 29, 0, 13333333333, 'No. 222 Street, Xian', '2022-07-07 22:00:00');"


def insertSql = ""

/**
* Test the agg model by modify a value type from FLOAT to other type
Expand Down

0 comments on commit 6f0e0b9

Please sign in to comment.