xx789633 commented on code in PR #1485:
URL: https://github.com/apache/fluss/pull/1485#discussion_r2266050903


##########
fluss-common/src/main/java/com/alibaba/fluss/metadata/ResolvedPartitionSpec.java:
##########
@@ -125,6 +125,25 @@ public String getPartitionQualifiedName() {
         return sb.toString();
     }
 
+    public static ResolvedPartitionSpec fromPartitionQualifiedName(String 
qualifiedPartitionName) {

Review Comment:
   In Fluss, there is `InvalidPartitionException`. If a user attempts to create 
a partition `a/b/c/`, such an exception containing the message "contains one or 
more characters other than ASCII alphanumerics" will be thrown. A partition 
will also not be implicitly created if a column data contains `a/b/c`.



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