paleolimbot opened a new pull request, #201:
URL: https://github.com/apache/arrow-nanoarrow/pull/201

   The initial motivation for this refactor was to make it possible to go 
straight from Arrow IPC to ArrowArrayView with zero heap allocations; however, 
the changes needed for that (basically, give every ArrowArrayView its own 
offset, length, and null_count) allowed unifying the validation that we do when 
building arrays and the validation we do when wrapping a foregin ArrowArray in 
an ArrowArrayView. Along the way, the error messages were improved, too.
   
   TODO: tests passing, but need to clean up and document some of the changes


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