You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "danepitkin (via GitHub)" <gi...@apache.org> on 2023/04/07 16:43:45 UTC

[GitHub] [arrow] danepitkin commented on issue #34890: ArrowNotImplementedError: Function 'dictionary_encode' has no kernel matching input types (dictionary)

danepitkin commented on issue #34890:
URL: https://github.com/apache/arrow/issues/34890#issuecomment-1500451440

   Honestly, it might be better to keep the error and remove support for the python `DictionaryArray.dictionary_encode()` method. The errors being thrown all come from the same compute API in the native C++ implementation. The python method is literally just 
   ```
       def dictionary_encode(self):
           return self
   ```


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

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