AlenkaF commented on PR #46199:
URL: https://github.com/apache/arrow/pull/46199#issuecomment-2821436142

   Yeah, it breaks it:
   
   ```python
   >>> import pyarrow_hotfix
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File 
"/Users/alenkafrim/Envs/pyarrow-dev/lib/python3.12/site-packages/pyarrow_hotfix/__init__.py",
 line 110, in <module>
       install()
     File 
"/Users/alenkafrim/Envs/pyarrow-dev/lib/python3.12/site-packages/pyarrow_hotfix/__init__.py",
 line 66, in install
       pa.unregister_extension_type("arrow.py_extension_type")
     File "pyarrow/types.pxi", line 2281, in 
pyarrow.lib.unregister_extension_type
       check_status(UnregisterPyExtensionType(c_type_name))
     File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
       raise convert_status(status)
   pyarrow.lib.ArrowKeyError: No type extension with name 
arrow.py_extension_type found
   ```
   
   Should I propose an update in the [pyarrow-hotfix 
repo](https://github.com/pitrou/pyarrow-hotfix) `__init__.py` for PyArrow 
versions `>= 21.0.0` similar to 
https://github.com/pitrou/pyarrow-hotfix/blob/main/src/pyarrow_hotfix/__init__.py#L39?


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