You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/07/01 12:57:00 UTC

[jira] [Updated] (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 ]

ASF GitHub Bot updated ARROW-13236:
-----------------------------------
    Labels: pull-request-available  (was: )

> [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
>          Time Spent: 10m
>  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)