alamb commented on code in PR #8803: URL: https://github.com/apache/arrow-rs/pull/8803#discussion_r2524421824
########## arrow-array/src/array/list_array.rs: ########## Review Comment: > nd the values offsets should be [0, 3, 3, 3, 4, 6], is that right? Yes that sounds right Isn't that what this line says: https://github.com/apache/arrow-rs/blob/f8d957287e59b65f23718f0c2eb67f621d21ac43/arrow-array/src/builder/generic_list_builder.rs#L79 ```rust &[0, 3, 3, 3, 4, 6] ``` Maybe I don't understand your question -- 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]
