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)