You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Ian Cook (Jira)" <ji...@apache.org> on 2021/03/05 19:42:00 UTC

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

Ian Cook created ARROW-11880:
--------------------------------

             Summary: [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
             Fix For: 4.0.0


The following examples should all return results with zero columns. Currently they return _all_ the columns. This applies to Tables, RecordBatches, and Datasets:
 * {{transmute()}}
 * {{transmute(NULL)}}
 * {{transmute(x = NULL, y = NULL, z = NULL)}}



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