shangxinli opened a new pull request, #353: URL: https://github.com/apache/iceberg-cpp/pull/353
Add the UpdatePartitionStatistics interface for updating partition statistics files in tables. This interface extends PendingUpdate directly and provides methods for: - SetPartitionStatistics: Set partition statistics file for a snapshot - RemovePartitionStatistics: Remove partition statistics file for a snapshot Partition statistics help read table data more efficiently. The implementation includes comprehensive tests that verify behavior through the public API and follows the Java Iceberg API design. -- 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]
