vegarsti commented on issue #18350: URL: https://github.com/apache/datafusion/issues/18350#issuecomment-3469954676
I don't think negative sizes would be possible currently, as sizes are `ScalarBuffer<OffsetSize>` where offsets rely on being `usize`, e.g. supports `as_usize()`. https://github.com/apache/arrow-rs/blob/cd61ead4f8f4365e9406f7f3d1056d195159e748/arrow-array/src/array/list_view_array.rs#L111 https://github.com/apache/arrow-rs/blob/cd61ead4f8f4365e9406f7f3d1056d195159e748/arrow-array/src/array/list_view_array.rs#L293-L294 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
