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



##########
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:
       Sounds like a good idea to me. I have seen that for Parquet we already 
push down the filter when reading the delete files. It would be even better if 
we do not open the file if we do not have to. 




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