karuppayya opened a new issue #2559: URL: https://github.com/apache/iceberg/issues/2559
@karuppayya, I think we can combine the new logic with the existing one. What about creating a utility class in a separate PR? We could do something like ``` org.apache.iceberg.util.MetadataLocationUtil MetadataLocationUtil.manifestListLocations(snapshots) -> List<String> MetadataLocationUtil.miscMetadataFileLocations(ops, recursively) -> Set<String> ``` _Originally posted by @aokolnychyi in https://github.com/apache/iceberg/pull/2415#discussion_r627834645_ -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
