shangxinli opened a new pull request, #352: URL: https://github.com/apache/iceberg-cpp/pull/352
Add the UpdateStatistics interface for updating statistics files in tables. This interface extends PendingUpdate directly and provides methods for: - SetStatistics: Set statistics file for a snapshot - RemoveStatistics: Remove statistics file for a snapshot Statistics files are in Puffin format and 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]
