luoyuxia commented on code in PR #1485:
URL: https://github.com/apache/fluss/pull/1485#discussion_r2265754837
##########
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:
No, it can't. But as for a I know, partition name mostly likely won't
contain special character `/` since it'll conflict with the file path separator
making impossible to figure out what's the real partition.
I don't think any lake will allow this since lake will store partition by
file path. At least, paimon will escape `/` in partition name.
--
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]