nastra opened a new pull request, #15251: URL: https://github.com/apache/iceberg/pull/15251
All of our writers have a `public Metrics metrics()` method and in order to keep API changes to a minimum, we want to have an easy way to convert from `Metrics` to `ContentStats` if the original type is known on each metric that was collected. This allows in the future to update places like `DataWriter` to attach content stats to the `DataFile` that is being produced https://github.com/apache/iceberg/blob/bec6793af822cb791fa5975b41b8936631556c46/core/src/main/java/org/apache/iceberg/io/DataWriter.java#L84-L95 -- 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]
