[
https://issues.apache.org/jira/browse/ARROW-13943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-13943:
-----------------------------------
Labels: pull-request-available (was: )
> [Python] Hide hash_* functions from pyarrow.compute
> ---------------------------------------------------
>
> Key: ARROW-13943
> URL: https://issues.apache.org/jira/browse/ARROW-13943
> Project: Apache Arrow
> Issue Type: Sub-task
> Components: Python
> Reporter: Weston Pace
> Assignee: Alessandro Molina
> Priority: Minor
> Labels: pull-request-available
> Fix For: 7.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> These functions have been specifically forbidden from being called by python.
> An attempt to do so will yield:
> pyarrow.lib.ArrowNotImplementedError: Direct execution of HASH_AGGREGATE
> functions
> The functions should not show up in pc.list_functions at all and
> pc.get_function should return None if given 'hash_sum'. Perhaps they could
> be stored in a different registry? Or, since we are special casing them
> anyways, special case them in some way they can be hidden?
--
This message was sent by Atlassian Jira
(v8.20.1#820001)