sjperkins commented on code in PR #33802:
URL: https://github.com/apache/arrow/pull/33802#discussion_r1102676489
##########
python/pyarrow/types.pxi:
##########
@@ -968,27 +988,6 @@ cdef class ExtensionType(BaseExtensionType):
"""
return NotImplementedError
- def __arrow_ext_class__(self):
Review Comment:
Moved `__arrow_ext_class__` and `__arrow_ext_scalar__` dunder methods to the
`ExtensionType` class and left minimally documented implementations on
`BaseExtensionType`.
--
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]