danepitkin opened a new issue, #40266:
URL: https://github.com/apache/arrow/issues/40266

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   ListView is a nested type and should be marked as such. 
   
   ```
   >>> import pyarrow as pa
   >>> pa.types.is_nested(pa.list_view(pa.int32()))
   False
   ```
   
   ### Component(s)
   
   Python


-- 
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]

Reply via email to