steveloughran commented on code in PR #15436:
URL: https://github.com/apache/iceberg/pull/15436#discussion_r3348581850
##########
core/src/main/java/org/apache/iceberg/hadoop/HadoopFileIO.java:
##########
@@ -182,8 +193,25 @@ public void deletePrefix(String prefix) {
}
}
+ /**
+ * Is HadoopFileIO configured to use the Hadoop bulk delete API?
+ *
+ * @return true if the Bulkdeleter should be used.
+ */
+ @VisibleForTesting
+ boolean useBulkDeleteApi() {
Review Comment:
will call it useHadoopBulkDelete to avoid any confusion with iceberg bulk
delete interface
--
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]