Shekharrajak opened a new pull request, #16224: URL: https://github.com/apache/iceberg/pull/16224
Ref https://github.com/apache/iceberg/issues/15660 * Extend SnapshotChanges from a single snapshot to an arbitrary set of snapshots while preserving the existing single-snapshot API. * Callers that need changes across an ancestor range (e.g. cherry-pick validation, streaming planners) previously had to loop snapshot-by-snapshot and serialize manifest reads. **Out of Scope** - Streaming accessors / per-snapshot accessors / changesBySnapshot() — belong to #15659. - Migrating CherryPickOperation and Spark MicroBatchUtils to the new API — separate PR under #15659. - Removing the deprecated SnapshotUtil.newFiles* methods -- 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]
