ebyhr opened a new pull request, #15819: URL: https://github.com/apache/iceberg/pull/15819
This method is used from Trino ([IcebergPageSink](https://github.com/trinodb/trino/blob/master/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/IcebergPageSink.java#L170)), and migrating it to `forTable(Table table)` is a bit difficult since Table isn't available in this class. Additionally, MetricsConfig isn't Jackson-serializable. I propose reverting the deprecation, though I'm open to alternative approaches. -- 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]
