aokolnychyi commented on code in PR #6550:
URL: https://github.com/apache/iceberg/pull/6550#discussion_r1065150851


##########
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/VectorizedSparkParquetReaders.java:
##########
@@ -75,6 +108,57 @@ public static ColumnarBatchReader buildReader(
                 deleteFilter));
   }
 
+  public static ColumnarBatchReader buildReader(

Review Comment:
   This method is added to make sure `NullCheckingForGet.NULL_CHECKING_ENABLED` 
is referenced after we set system properties in this class. Otherwise, Arrow 
would memorize them earlier and our logic would have no effect. See 
`BoundsChecking` and `NullCheckingForGet` in Arrow for details.



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