dqkqd opened a new issue, #8904: URL: https://github.com/apache/arrow-rs/issues/8904
**Describe the bug** <!-- A clear and concise description of what the bug is. --> `GenericListViewArray::new_null` return empty arrays regardless of length. **To Reproduce** <!-- Steps to reproduce the behavior: --> `new_null` constructs an array with empty `offsets` and `sizes` results in empty array. https://github.com/apache/arrow-rs/blob/49ed6ef804796ed56512512dc52da0005dd59d75/arrow-array/src/array/list_view_array.rs#L223-L232 **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> The array length equals the `len` argument. **Additional context** <!-- Add any other context about the problem here. --> -- 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]
