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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]