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


##########
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:
   More importantly, it is a highly specific variable—not a general-purpose 
one—so it should be tucked into the `options` object.



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