openinx commented on PR #4553:
URL: https://github.com/apache/iceberg/pull/4553#issuecomment-1107691959
```patch
+ // UPDATED
AssertHelpers.assertThrows("Table should already exists",
- ValidationException.class,
+ org.apache.flink.table.api.TableException.class,
"Could not execute CreateTable in path",
() -> sql("CREATE TABLE `default_catalog`.`%s`.`%s`",
databaseName(), TABLE_NAME));
```
The `UPDATED` comments seems can be removed now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]