xloya commented on code in PR #4920:
URL: https://github.com/apache/gravitino/pull/4920#discussion_r1758127172
##########
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:
Make the server-side encode/decode unit test more complete. In addition, the
current integration test also covers the normal situation of encode/decode,
otherwise the `actualFileLocation` returned by the server cannot match the
`Location` expected by the client.
--
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]