GeorgeLeePatterson opened a new pull request, #325:
URL: https://github.com/apache/arrow-js/pull/325

   Add support for LargeList type (Type 21) to bring arrow-js closer to Arrow 
format 1.4.0+ compliance.
   
   **Changes:**
   - Add LargeList type class using BigInt64Array for offsets
   - Implement LargeListBuilder for write support
   - Add visitor implementations for all operations
   - Export LargeList and LargeListBuilder from main module
   
   Follows the same patterns as existing List, LargeBinary, and LargeUtf8 types.
   
   Related to #324 


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