alamb commented on PR #9717: URL: https://github.com/apache/arrow-rs/pull/9717#issuecomment-4247002504
> Current version serializes a length-0 offsets buffer, and relies on the array constructor to set offsets to [0] for empty arrays. This does not conform with spec, which specifies that the offsets buffer should have length + 1 elements. I don't understand this statement. The spec you reference in https://github.com/apache/arrow-rs/issues/9716 is for the in memory structure (not the ipc format) It almost sounds like a bug in polars -- shouldn't it accept zero length IPC buffers ? -- 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]
