Skip to content

Commit

Permalink
fix iceberg test
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Sep 10, 2024
1 parent 95024e2 commit 76a232d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e_test/iceberg/test_case/no_partition_upsert.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ init_sqls = [

slt = 'test_case/iceberg_sink_no_partition_upsert_table.slt'

verify_schema = ['int','int','long','string']
verify_schema = ['int','int','long','string','date']

verify_sql = 'SELECT * FROM demo_db.no_partition_upsert_table ORDER BY id, v1 ASC'

Expand Down
2 changes: 1 addition & 1 deletion e2e_test/iceberg/test_case/partition_upsert.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ init_sqls = [

slt = 'test_case/iceberg_sink_partition_upsert_table.slt'

verify_schema = ['int','int','long','string']
verify_schema = ['int','int','long','string', 'date']

verify_sql = 'SELECT * FROM demo_db.partition_upsert_table ORDER BY id, v1 ASC'

Expand Down

0 comments on commit 76a232d

Please sign in to comment.