singhpk234 commented on code in PR #442:
URL: https://github.com/apache/polaris/pull/442#discussion_r1844741928


##########
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:
   didn;t work that great 
https://github.com/apache/polaris/pull/442/commits/7bfa42d1b3ea8e0d06e536a9369ad8d736e7739a
   
   Tracking ticket : 
   https://github.com/apache/iceberg/issues/11539



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

Reply via email to