amogh-jahagirdar commented on code in PR #11443: URL: https://github.com/apache/iceberg/pull/11443#discussion_r1826345609
########## api/src/main/java/org/apache/iceberg/DeleteFile.java: ########## @@ -31,4 +31,15 @@ public interface DeleteFile extends ContentFile<DeleteFile> { default List<Long> splitOffsets() { return null; } + + /** + * Returns the location of a data file that all deletes reference. + * + * <p>The referenced data file is required for deletion vectors and may be optionally captured for + * position delete files that apply to only one data file. This method always returns mull for Review Comment: Typo in `null` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org