kylebarron commented on issue #484: URL: https://github.com/apache/arrow-js/issues/484#issuecomment-5769621272
Thanks for writing this up @jsve. Regardless of what arrow-js does in terms of raw allocations, I would argue that in terms of arrow-js's _public API_, `valueOffsets` should always be sliced according to the Arrow spec. Other Arrow implementations (at least Rust and Python) present a valid `offsets` array to the user, without extra values from the backing allocation. -- 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]
