ajantha-bhat opened a new pull request, #12946: URL: https://github.com/apache/iceberg/pull/12946
a) Deprecate `PartitionStatsHandler` in `iceberg-data` b) Copy `PartitionStatsHandler` from `iceberg-data` to `iceberg-core` and Use `InternalData`( also package name had to change to use `PartitionStatsUtill` logic as private code) c) Deprecate `PartitionStatsUtil` as no need of too many public interface and we can use that logic as private inside `PartitionStatsHandler` (comment during #12629) d) Deprecate `TestPartitionStatsUtil` as the functionality test is covered from `TestPartitionStatsHandler` e) Move benchmarks to `iceberg-data` as InternalData needs parquet dependency. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org