aokolnychyi commented on a change in pull request #2942:
URL: https://github.com/apache/iceberg/pull/2942#discussion_r684563102



##########
File path: core/src/main/java/org/apache/iceberg/MetricsConfig.java
##########
@@ -48,6 +48,14 @@ public static MetricsConfig getDefault() {
     return spec;
   }
 
+  public static MetricsConfig positionDeleteConfig() {

Review comment:
       I'll wait for @szehon-ho's PR #2240 to be in and then provide something 
like:
   
   ```
   MetricsConfig.forPositionDelete(table)
   ```
   
   Naming suggestions are welcome as always.




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