Joris Van den Bossche created ARROW-13236:
---------------------------------------------
Summary: [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
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)