You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "danepitkin (via GitHub)" <gi...@apache.org> on 2024/02/27 17:35:05 UTC

[I] [Python] Mark ListView as a nested type [arrow]

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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Python] Mark ListView as a nested type [arrow]

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche closed issue #40266: [Python] Mark ListView as a nested type
URL: https://github.com/apache/arrow/issues/40266


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Python] Mark ListView as a nested type [arrow]

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche commented on issue #40266:
URL: https://github.com/apache/arrow/issues/40266#issuecomment-1968585166

   Issue resolved by pull request 40265
   https://github.com/apache/arrow/pull/40265


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org