Skip to content

Commit

Permalink
Fix Iceberg ITs (#895)
Browse files Browse the repository at this point in the history
This PR fix the Iceberg ITs accidentally broke by previous #891. No behavior change.
  • Loading branch information
sfc-gh-alhuang authored Nov 8, 2024
1 parent 70943f7 commit 9f46c2b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ protected String createIcebergTable(String dataType) throws SQLException {
SOURCE_COLUMN_NAME,
VALUE_COLUMN_NAME,
dataType,
baseLocation,
getIcebergTableConfig(tableName)));

return tableName;
Expand Down

0 comments on commit 9f46c2b

Please sign in to comment.