pvary commented on code in PR #13056:
URL: https://github.com/apache/iceberg/pull/13056#discussion_r2095502807


##########
core/src/main/java/org/apache/iceberg/MetricsConfig.java:
##########
@@ -63,15 +70,8 @@ public static MetricsConfig getDefault() {
     return DEFAULT;
   }
 
-  /**
-   * Creates a metrics config from table configuration.
-   *
-   * @param props table configuration
-   * @deprecated use {@link MetricsConfig#forTable(Table)}
-   */
-  @Deprecated
-  public static MetricsConfig fromProperties(Map<String, String> props) {
-    return from(props, null, null);
+  public static MetricsConfig getDefaultForPosDelete() {

Review Comment:
   nit: remove `get` from the name. See: 
https://iceberg.apache.org/contribute/#method-naming



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