rdblue commented on a change in pull request #3249:
URL: https://github.com/apache/iceberg/pull/3249#discussion_r725681139



##########
File path: 
arrow/src/main/java/org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.java
##########
@@ -72,6 +73,9 @@
   private final Supplier<StructChildFactory<ChildVectorT>> 
structChildFactorySupplier;
   private final Supplier<ArrayFactory<ChildVectorT, ArrayT>> 
arrayFactorySupplier;
 
+  private final boolean useIntVectorForIntBackedDecimal;
+  private final boolean useLongVectorForLongBackedDecimal;

Review comment:
       Are these exposed to users? I would rather not expose them and just use 
the faster version in Spark.




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