ajantha-bhat commented on code in PR #8502: URL: https://github.com/apache/iceberg/pull/8502#discussion_r1423873054
########## core/src/main/java/org/apache/iceberg/ReachableFileUtil.java: ########## @@ -137,7 +137,9 @@ public static List<String> manifestListLocations(Table table, Set<Long> snapshot * * @param table table for which statistics files needs to be listed * @return the location of statistics files + * @deprecated use the {@code allStatisticsFilesLocations(table)} instead. */ + @Deprecated Review Comment: Since, it was needed only for spark action, moved these changes into a separate PR with the tests for expire snapshots and remove orphan files. https://github.com/apache/iceberg/pull/9284 -- 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