singhpk234 commented on code in PR #442: URL: https://github.com/apache/polaris/pull/442#discussion_r1851533111
########## polaris-service/src/test/java/org/apache/polaris/service/PolarisApplicationIntegrationTest.java: ########## @@ -341,7 +341,7 @@ public void testIcebergListNamespacesNestedNotFound() throws IOException { sessionCatalog.listNamespaces( sessionContext, Namespace.of("top_level", "whoops"))) .isInstanceOf(NoSuchNamespaceException.class) - .hasMessage("Namespace does not exist: top_level.whoops"); + .hasMessage("Namespace does not exist: top_level%1Fwhoops"); Review Comment: can confirm its passing now, I have pointed to 1.8.0 artifact (can't find 1.7.1 in nightly) from nigthly, will change this 1.7.1 when it get released -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org