raunaqmorarka opened a new issue, #14490: URL: https://github.com/apache/iceberg/issues/14490
### Feature Request / Improvement The Scan API has `org.apache.iceberg.Scan#metricsReporter` available to register a custom metrics reporter for collecting metrics from the scan planning process. We need a similar API on the SnapshotUpdate interface to allow collecting `org.apache.iceberg.metrics.CommitReport` from a custom metrics reporter. This will allow engines like Trino to collect and display metrics about the work done during a table change operation. ### Query engine None ### Willingness to contribute - [x] I can contribute this improvement/feature independently - [x] I would be willing to contribute this improvement/feature with guidance from the Iceberg community - [ ] I cannot contribute this improvement/feature at this time -- 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]
