nastra commented on code in PR #9890:
URL: https://github.com/apache/iceberg/pull/9890#discussion_r1516027793
##########
core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java:
##########
@@ -987,6 +991,38 @@ public void testListTables() {
assertEmpty("Should not contain ns_2.table_1 after drop", catalog, ns2);
}
+ @Test
+ public void emptyNamespace() {
Review Comment:
added this test because JDBC was previously returning namespace `""` (empty
string) when listing all namespaces
--
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]