Details
-
Wish
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
When one defines an extension type in Python (by subclassing PyExtensionType) and uses that type e.g. in a Arrow table, the printed schema looks like this:
pyarrow.Table a: extension<arrow.py_extension_type> b: extension<arrow.py_extension_type>
... which isn't very informative. PyExtensionType could perhaps override ToString() and call str on the type instance.
Attachments
Issue Links
- links to