the-other-tim-brown commented on code in PR #399: URL: https://github.com/apache/incubator-xtable/pull/399#discussion_r1540380707
########## api/src/main/java/org/apache/xtable/model/storage/OneDataFilesDiff.java: ########## @@ -31,7 +31,7 @@ @Value @EqualsAndHashCode(callSuper = true) @SuperBuilder -public class OneDataFilesDiff extends DataFilesDiff<OneDataFile, OneDataFile> { +public class OneDataFilesDiff extends DataFilesDiff<InternalDataFile, InternalDataFile> { Review Comment: Update the name of this to `InternalDataFilesDiff`? -- 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