JingsongLi commented on code in PR #9540:
URL: https://github.com/apache/paimon/pull/9540#discussion_r3921299232


##########
paimon-api/src/main/java/org/apache/paimon/partition/Partition.java:
##########
@@ -74,6 +75,11 @@ public class Partition extends PartitionStatistics {
     @Nullable
     private final Map<String, String> options;
 
+    @JsonProperty(FIELD_LOCATION)
+    @JsonInclude(JsonInclude.Include.NON_NULL)
+    @Nullable
+    private final String location;

Review Comment:
   I think location should be options, just like Table. Create partitions 
should also support options instead of location.



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