ebyhr opened a new pull request, #15817:
URL: https://github.com/apache/iceberg/pull/15817

   Trino want to collect all metrics by default.
   
   We intentionally avoid `MetricsConfig.forTable(Table table)` and use 
`MetricsConfig.fromProperties(ImmutableMap.of(DEFAULT_WRITE_METRICS_MODE, 
"full"))`, but this method is deprecated.
   
   This PR introduces a helper method to provide a full MetricsConfig.
   


-- 
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]

Reply via email to