gaborkaszab opened a new pull request, #14989: URL: https://github.com/apache/iceberg/pull/14989
#14640 introduced a new api to scan partition stats. The next step is to replace the usage of the old reader function to the new stat api. The work is divided into 2 steps: - Current PR: Replace the usage of `PartitionStatsHandler.readPartitionStatsFile()` in the prod code. See the tests still pass - Follow-up PR: Replace the usage of the above in the test code too (including replacing core/PartitionStats usage with api/PartitionStatistics) -- 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]
