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 2022/10/11 14:07:00 UTC

[jira] [Resolved] (ARROW-17973) [C++] Expression::ToString wrong for nullary function call

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

Antoine Pitrou resolved ARROW-17973.
------------------------------------
    Resolution: Fixed

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

> [C++] Expression::ToString wrong for nullary function call 
> -----------------------------------------------------------
>
>                 Key: ARROW-17973
>                 URL: https://issues.apache.org/jira/browse/ARROW-17973
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Neal Richardson
>            Assignee: Sanjiban Sengupta
>            Priority: Major
>              Labels: good-first-issue, pull-request-available
>             Fix For: 10.0.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Easy reproducer from R:
> {code}
> library(arrow)
> Expression$create("random")
> # Expression
> # rando)
> {code}
> If you give it an argument (invalid in the case of random(), but Expression doesn't know that), it's fine:
> {code}
> Expression$create("random", Expression$scalar(1))
> # Expression
> # random(1)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)