kbendick opened a new pull request, #4877: URL: https://github.com/apache/iceberg/pull/4877
This backports https://github.com/apache/iceberg/pull/4873 to Spark 2.4, 3.0, and 3.1 as well as Flink 1.13 and 1.14. The only usage of the deprecated functions that remains is the call to [`snapshot.allManifests()` in SnapshotParser at line 86](https://github.com/apache/iceberg/blob/128d5a161fda076118a7cab1d95ab5064400e08a/core/src/main/java/org/apache/iceberg/SnapshotParser.java#L80-L90), which we explicitly chose to leave in for now as there should be very few tables that do not already have the manifest list in them (and are storing manifests instead). cc @rdblue @nastra @danielcweeks -- 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]
