swapna267 commented on code in PR #12116:
URL: https://github.com/apache/iceberg/pull/12116#discussion_r1934453514
##########
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/TestIcebergConnector.java:
##########
@@ -256,43 +256,6 @@ public void testCatalogDatabaseConflictWithFlinkDatabase()
{
.hasMessageStartingWith("Could not execute CreateTable in path");
}
- @TestTemplate
- public void testConnectorTableInIcebergCatalog() {
- // Create the catalog properties
- Map<String, String> catalogProps = Maps.newHashMap();
Review Comment:
This is testing the check mentioned in
https://github.com/apache/iceberg/pull/12116#discussion_r1933510999
Fail creating a table in Iceberg Catalog if connector=iceberg is specified
in the Option. As the check is been deleted, i removed this test case.
--
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]