FANNG1 commented on code in PR #8894:
URL: https://github.com/apache/gravitino/pull/8894#discussion_r2454891252


##########
api/src/main/java/org/apache/gravitino/stats/PartitionRange.java:
##########
@@ -38,6 +38,9 @@ public class PartitionRange {
 
   private PartitionRange() {}
 
+  /** A PartitionRange that includes all partitions. */
+  public static final PartitionRange ALL_PARTITIONS = new PartitionRange();

Review Comment:
   is it nesseary to update related document?



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