the-other-tim-brown commented on code in PR #653:
URL: https://github.com/apache/incubator-xtable/pull/653#discussion_r1980639603


##########
xtable-api/src/main/java/org/apache/xtable/model/stat/Range.java:
##########
@@ -25,14 +25,13 @@
 import org.apache.xtable.model.schema.InternalSchema;
 import org.apache.xtable.model.schema.InternalType;
 import org.apache.xtable.model.schema.PartitionTransformType;
-import org.apache.xtable.model.storage.InternalDataFile;
 
 /**
  * Represents a range of values in the specified data type. Can represent a 
scalar value when the
  * {@link #minValue} and {@link #maxValue} are the same.
  *
- * <p>For the ranges stored in {@link InternalDataFile#getPartitionValues()}, 
the values will be
- * based off the {@link PartitionTransformType}. {@link 
PartitionTransformType#HOUR}, {@link
+ * <p>For the ranges stored in {@link InternalDataFile#partitionValues()}, the 
values will be based
+ * off the {@link PartitionTransformType}. {@link 
PartitionTransformType#HOUR}, {@link

Review Comment:
   I think this file can be left untouched since the switch back to getters



-- 
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: commits-unsubscr...@xtable.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to