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


##########
orc/src/main/java/org/apache/iceberg/orc/OrcValueReaders.java:
##########
@@ -141,9 +141,14 @@ protected StructReader(
       List<Types.NestedField> fields = struct.fields();
       this.readers = new OrcValueReader[fields.size()];
       this.isConstantOrMetadataField = new boolean[fields.size()];
-      for (int pos = 0, readerIndex = 0; pos < fields.size(); pos += 1) {
+      int readerIndex = 0;

Review Comment:
   How do we handle rows when the filter pushdown removes them?



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