JonasJ-ap opened a new pull request, #7454: URL: https://github.com/apache/iceberg/pull/7454
Currently, `snapshotDeltaLakeTable.execute()`'s result, `snapshotDataFilesCount` only counts data files in the most recent snapshot of the table. The intended behavior is to report the total number of data files migrated, which include those in all previous snapshots. This PR fixes this issue and use immutables to implement `SnapshotDeltaLakeTable.Result` following up the https://github.com/apache/iceberg/pull/7089 -- 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]
