JoeryH commented on PR #17258: URL: https://github.com/apache/iceberg/pull/17258#issuecomment-5027722074
@nastra @aokolnychyi — would you be able to take a look when you have a moment? This adds an opt-in `pruneColumnStats()` to `RewriteManifests` that drops now-excess column stats during a manifest rewrite (respecting the current `write.metadata.metrics.*` config, never re-truncating existing bounds), so users can shrink oversized manifests after tightening metrics config without rewriting the data files. It's a backward-compatible `default` API method; CI is green and tests are included. Happy to take the API discussion to the dev list if that's preferred. Thanks! 🙏 -- 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]
