amogh-jahagirdar commented on code in PR #3457:
URL: https://github.com/apache/iceberg/pull/3457#discussion_r992855703
##########
spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/data/TestHelpers.java:
##########
@@ -808,4 +810,11 @@ public static Set<DeleteFile> deleteFiles(Table table) {
return deleteFiles;
}
+
+ public static Set<String> reachableManifestPaths(Table table) {
+ return StreamSupport.stream(table.snapshots().spliterator(), false)
Review Comment:
Yeah it's for listing live data file paths for a given manifest.
--
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]