thisisnic commented on PR #45818:
URL: https://github.com/apache/arrow/pull/45818#issuecomment-2805017289

   I've marked this as draft as I've still a few things left to do before this 
is finished (not all of the below are fully tested + I want to follow up on 
your comment on Python unpacking above)
   
   Nic TODO:
   * list-like scalars could implement 
[Sequence](https://docs.python.org/3.13/library/collections.abc.html#collections.abc.Sequence)
   * map scalars could implement 
[Mapping](https://docs.python.org/3.13/library/collections.abc.html#collections.abc.Mapping)
   * struct scalars could implement both Sequence and Mapping (?)
   


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

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

Reply via email to