amogh-jahagirdar commented on code in PR #3024:
URL: https://github.com/apache/iceberg/pull/3024#discussion_r1051508734


##########
arrow/src/main/java/org/apache/iceberg/arrow/vectorized/ArrowVectorAccessors.java:
##########
@@ -31,7 +33,7 @@ final class ArrowVectorAccessors {
   static {
     factory =
         new GenericArrowVectorAccessorFactory<>(
-            throwingSupplier("Decimal type is not supported"),
+            JavaDecimalFactory::new,
             JavaStringFactory::new,
             throwingSupplier("Struct type is not supported"),
             throwingSupplier("List type is not supported"));

Review Comment:
   Curious would you happen to know if there is an open issue or existing PR on 
support for struct/list types? I wasn't able to find any 



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