hililiwei commented on code in PR #4658:
URL: https://github.com/apache/iceberg/pull/4658#discussion_r866707660
##########
flink/v1.14/flink/src/test/java/org/apache/iceberg/flink/TestFlinkCatalogDatabase.java:
##########
@@ -273,4 +273,40 @@ public void testHadoopNotSupportMeta() {
String.format("Cannot create namespace %s: metadata is not supported",
icebergNamespace),
() -> sql("CREATE DATABASE %s WITH ('prop'='value')", flinkDatabase));
}
+
+ @Test
+ public void testDropNonEmptyNamespaceOnCascade() {
Review Comment:
How about `TestDropNonEmptyNamespaceWithCascade`? or consider moving it to
`testDropNonEmptyNamespace` inside?
--
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]