Skip to content

Commit

Permalink
[enhance](regression-test) test_stream_load_where_delete_expr
Browse files Browse the repository at this point in the history
  • Loading branch information
cjj2010 committed Oct 9, 2024
1 parent 7d51291 commit 610f9d8
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ suite("test_stream_load_where_delete_expr", "p0") {
}
}

/**
* dupSql
*/

sql """ DROP TABLE IF EXISTS ${tableName} """
sql dupSql
streamLoad {
Expand Down Expand Up @@ -222,7 +226,9 @@ suite("test_stream_load_where_delete_expr", "p0") {
}
}


/**
* uniquePartition
*/

sql """ DROP TABLE IF EXISTS ${tableName} """
sql uniquePartitionSql
Expand Down

0 comments on commit 610f9d8

Please sign in to comment.