singhpk234 opened a new pull request, #14502: URL: https://github.com/apache/iceberg/pull/14502
### About the change Introduces a `transformSnapshots` API in the TableMetadata, one use case which will be helpful is snapshot summary contains information like total files / total-records etc and when partition summary is enabled it contains partition summary which is a sensitive information incase the table is protected against FGAC specially Row Access Policy, this essentially will help in dropping the snapshot summary before being sent to the client (untrusted). Never the less dropping the summary from snapshot obj can reduce the size transfer cost. ### Testing unit tests for w/wo lazy loading -- 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]
