jerryshao commented on code in PR #4920:
URL: https://github.com/apache/gravitino/pull/4920#discussion_r1757180824


##########
server/src/main/java/org/apache/gravitino/server/web/rest/FilesetOperations.java:
##########
@@ -268,7 +269,7 @@ public Response getFileLocation(
         catalog,
         schema,
         fileset,
-        subPath);
+        RESTUtils.decodeString(subPath));

Review Comment:
   Can you please add the test to cover the scenario that path should be 
encoded and decoded?



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