nastra commented on code in PR #15989:
URL: https://github.com/apache/iceberg/pull/15989#discussion_r3427256440


##########
core/src/main/java/org/apache/iceberg/rest/ResourcePaths.java:
##########
@@ -186,11 +186,11 @@ public String fetchScanTasks(TableIdentifier ident) {
         "namespaces",
         pathEncode(ident.namespace()),
         "tables",
-        RESTUtil.encodeString(ident.name()),
+        RESTUtil.encodePathSegment(ident.name()),

Review Comment:
   @adutra can you please rebase against latest main? I think we're missing the 
same update for `remoteSign()`



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