stevenzwu commented on code in PR #5740:
URL: https://github.com/apache/iceberg/pull/5740#discussion_r967706737
##########
core/src/main/java/org/apache/iceberg/hadoop/Util.java:
##########
@@ -69,19 +72,28 @@ public static String[] blockLocations(CombinedScanTask
task, Configuration conf)
return locationSets.toArray(new String[0]);
}
- public static String[] blockLocations(FileIO io, CombinedScanTask task) {
+ public static String[] blockLocations(FileIO io, ScanTaskGroup<?> taskGroup)
{
Review Comment:
probably more of a question for my understanding. Iceberg only guarantee
compatibility for classes from iceberg-api module, correct?
--
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]