ajantha-bhat commented on code in PR #9284: URL: https://github.com/apache/iceberg/pull/9284#discussion_r1454352407
########## core/src/main/java/org/apache/iceberg/ReachableFileUtil.java: ########## @@ -148,12 +148,49 @@ public static List<String> statisticsFilesLocations(Table table) { * @param table table for which statistics files needs to be listed * @param predicate predicate for filtering the statistics files * @return the location of statistics files + * @deprecated use the {@code statisticsFilesLocationsForSnapshots(table, snapshotIds)} instead. Review Comment: I have added this already in previous commit. -- 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