You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "pitrou (via GitHub)" <gi...@apache.org> on 2023/11/06 17:52:50 UTC

[I] [Python] Disable PyExtensionType autoload [arrow]

pitrou opened a new issue, #38607:
URL: https://github.com/apache/arrow/issues/38607

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   PyExtensionType autoload is really a misfeature. It creates Python-specific extension types and using ExtensionType is almost the same complexity.
   
   We should therefore disable PyExtensionType autoloading and deprecate PyExtensionType instantiation.
   
   ### Component(s)
   
   Python


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

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


Re: [I] [Python] Disable PyExtensionType autoload [arrow]

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd closed issue #38607: [Python] Disable PyExtensionType autoload
URL: https://github.com/apache/arrow/issues/38607


-- 
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: issues-unsubscribe@arrow.apache.org

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