ebyhr commented on code in PR #12233:
URL: https://github.com/apache/iceberg/pull/12233#discussion_r1952497575


##########
core/src/test/java/org/apache/iceberg/hadoop/TestHadoopCatalog.java:
##########
@@ -387,6 +387,29 @@ public void testListNamespace() throws Exception {
         .hasMessage("Namespace does not exist: db.db2.ns2");
   }
 
+  @Test

Review Comment:
   This test passes even without `HadoopCatalog` change. It means the change is 
covered correctly. 
   edit: Never mind, I see the issue happens in some specific JVM. 



-- 
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]

Reply via email to