vibhatha commented on code in PR #43516:
URL: https://github.com/apache/arrow/pull/43516#discussion_r1710394085
##########
java/vector/src/main/codegen/templates/ComplexCopier.java:
##########
@@ -53,6 +53,7 @@ private static void writeValue(FieldReader reader,
FieldWriter writer) {
case LIST:
case LISTVIEW:
case LARGELIST:
+ case LARGELISTVIEW:
Review Comment:
Right, good point. Arrow Java legacy implementation doesn't seem to support
64-bit cases.The places where I dropped it are similar in that regard. But in
case I have really missed, please correct me 😌
--
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]