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

[jira] [Resolved] (ARROW-11880) [R] Handle empty or NULL transmute() args properly

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

Neal Richardson resolved ARROW-11880.
-------------------------------------
    Resolution: Fixed

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

> [R] Handle empty or NULL transmute() args properly
> --------------------------------------------------
>
>                 Key: ARROW-11880
>                 URL: https://issues.apache.org/jira/browse/ARROW-11880
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>            Reporter: Ian Cook
>            Assignee: Ian Cook
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> The following examples should all return results with zero columns. Check that this behavior is consistent across Tables, RecordBatches, and Datasets. There are some cases currently where these examples return all columns or throw errors.
>  * {{transmute()}}
>  * {{transmute(NULL)}}
>  * {{transmute(x = NULL, y = NULL, z = NULL)}}
>  * {{x = NULL}}
>  {{transmute(x = !!x)}}



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