R-JunmingChen commented on code in PR #35356: URL: https://github.com/apache/arrow/pull/35356#discussion_r1263160107
########## python/pyarrow/compute.py: ########## @@ -333,6 +333,68 @@ def _make_global_functions(): _make_global_functions() +def dictionary_decode(arr, memory_pool=None): Review Comment: It indeed works without the definition. I am curious about the metaclass implementation. -- 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