You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/12/14 17:28:00 UTC

[jira] [Assigned] (ARROW-10209) [Python] support positional arguments for options in compute wrapper

     [ https://issues.apache.org/jira/browse/ARROW-10209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou reassigned ARROW-10209:
--------------------------------------

    Assignee: Antoine Pitrou

> [Python] support positional arguments for options in compute wrapper
> --------------------------------------------------------------------
>
>                 Key: ARROW-10209
>                 URL: https://issues.apache.org/jira/browse/ARROW-10209
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>            Reporter: Maarten Breddels
>            Assignee: Antoine Pitrou
>            Priority: Major
>             Fix For: 7.0.0
>
>
> As mentioned here:
> [https://github.com/apache/arrow/pull/8271#discussion_r500897047]
> we cannot support
> {code:java}
> pc.split_pattern(arr, "---")
> {code}
> where the second argument is a positional argument of the FunctionObject class.
> I think it makes sense for a small subset (like this function) to support non-keyword arguments.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)