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/07/01 12:44:00 UTC

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

    [ https://issues.apache.org/jira/browse/ARROW-13236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17372741#comment-17372741 ] 

Antoine Pitrou commented on ARROW-13236:
----------------------------------------

+1

> [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
>            Priority: Major
>
> 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)