Karakatiza666 commented on code in PR #438:
URL: https://github.com/apache/arrow-js/pull/438#discussion_r3279743571


##########
src/visitor/jsonvectorassembler.ts:
##########
@@ -152,6 +153,12 @@ export class JSONVectorAssembler extends Visitor {
             'children': this.visitMany(data.type.children, data.children)
         };
     }
+    public visitLargeList<T extends LargeList>(data: Data<T>) {
+        return {
+            'OFFSET': [...bigNumsToStrings(data.valueOffsets, 2)],

Review Comment:
   This is a real, but pre-existing bug. I will open a separate PR for it. I am 
not doing the suggested workaround here.



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

Reply via email to