the-other-tim-brown commented on code in PR #399:
URL: https://github.com/apache/incubator-xtable/pull/399#discussion_r1541233192
##########
api/src/main/java/org/apache/xtable/model/storage/OneFileGroup.java:
##########
@@ -28,20 +28,20 @@
import org.apache.xtable.model.stat.PartitionValue;
-/** Represents a grouping of {@link OneDataFile} with the same partition
values. */
+/** Represents a grouping of {@link InternalDataFile} with the same partition
values. */
@Value
@Builder
public class OneFileGroup {
Review Comment:
Should we update this as well to InternalFileGroup? Hudi has a concept of
file group as well. Or maybe there is a better name for this since it is
representing a list of files within a single partition.
--
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]