jianguotian commented on code in PR #6964:
URL: https://github.com/apache/paimon/pull/6964#discussion_r2689655703
##########
paimon-api/src/main/java/org/apache/paimon/partition/PartitionStatistics.java:
##########
@@ -60,18 +61,23 @@ public class PartitionStatistics implements Serializable {
@JsonProperty(FIELD_LAST_FILE_CREATION_TIME)
protected final long lastFileCreationTime;
+ @JsonProperty(FIELD_TOTAL_BUCKETS)
+ protected final int totalBuckets;
Review Comment:
add PartitionStatisticsTest
--
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]