plusplusjiajia commented on code in PR #5223:
URL: https://github.com/apache/paimon/pull/5223#discussion_r1984733557


##########
paimon-core/src/main/java/org/apache/paimon/rest/ResourcePaths.java:
##########
@@ -55,87 +54,166 @@ public String databases() {
     }
 
     public String database(String databaseName) {
-        return SLASH.join(V1, prefix, DATABASES, databaseName);

Review Comment:
   prefix also can be encoded?



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