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

   > That would involve registering `pa.MapScalar` and `pa.ListScalar` as 
virtual subclasses with `Mapping.register(...)` and `Sequence.register(...)`, 
respectively, and possibly implementing a few missing magic methods.
   
   Note this is only useful if those classes implement the full 
Mapping/Sequence API. If you want to benefit from the mixin methods to avoid 
re-implementing them, you should inherit from the `Mapping` or `Sequence` class 
instead of using `register`.
   


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