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



##########
File path: data/src/main/java/org/apache/iceberg/data/DeleteFilter.java
##########
@@ -227,6 +229,15 @@ protected boolean shouldKeep(T item) {
         return builder.build();
 
       case ORC:
+        ORC.ReadBuilder orcBuilder = ORC.read(input)
+            .project(deleteSchema)

Review comment:
       I think it does it automatically by using the same batch to return the 
data




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