You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2021/07/02 11:33:00 UTC

[jira] [Resolved] (ARROW-13236) [Python] Improve repr of pyarrow.compute.FunctionOptions

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

Krisztian Szucs resolved ARROW-13236.
-------------------------------------
    Fix Version/s: 5.0.0
       Resolution: Fixed

Issue resolved by pull request 10641
[https://github.com/apache/arrow/pull/10641]

> [Python] Improve repr of pyarrow.compute.FunctionOptions
> --------------------------------------------------------
>
>                 Key: ARROW-13236
>                 URL: https://issues.apache.org/jira/browse/ARROW-13236
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>            Reporter: Joris Van den Bossche
>            Assignee: David Li
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 5.0.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> ARROW-13025 added a ToString which is now used in the Python repr. This adds the specified parameters nicely, but I would be useful to still include the name of the class as well:
> {code}
> In [9]: pc.TrimOptions("a")
> Out[9]: {characters="a"}
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)