viirya opened a new issue, #1959: URL: https://github.com/apache/arrow-rs/issues/1959
**Describe the bug** We count `n_buffers` for `FFI_ArrowArray` by looking at `ArrayData` regarding with its `null_buffer`, and buffers. However, for NullType array, `n_buffers` should be 0. But currently `n_buffers` is 1. `n_buffers` should be based on the layout spec. **To Reproduce** Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. **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: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org