nastra commented on code in PR #11464: URL: https://github.com/apache/iceberg/pull/11464#discussion_r1828862857
########## core/src/main/java/org/apache/iceberg/util/ContentFileUtil.java: ########## @@ -84,4 +85,8 @@ public static String referencedDataFileLocation(DeleteFile deleteFile) { CharSequence location = referencedDataFile(deleteFile); return location != null ? location.toString() : null; } + + public static boolean isDV(DeleteFile deleteFile) { Review Comment: this isn't probably needed anymore, since the same exists in `ScanTaskUtil` -- 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