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



##########
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:
       It is an open question whether we want to persist metrics for the 
deleted row. During scans, we could probably filter out delete files where 
delete rows do not match the scan condition.




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