[
https://issues.apache.org/jira/browse/ARROW-13852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Neal Richardson reassigned ARROW-13852:
---------------------------------------
Assignee: Neal Richardson
> [R] Handle Dataset schema metadata in ExecPlan
> ----------------------------------------------
>
> Key: ARROW-13852
> URL: https://issues.apache.org/jira/browse/ARROW-13852
> Project: Apache Arrow
> Issue Type: New Feature
> Components: R
> Reporter: Neal Richardson
> Assignee: Neal Richardson
> Priority: Blocker
> Labels: query-engine
> Fix For: 6.0.0
>
>
> See https://github.com/apache/arrow/pull/10992#issuecomment-910598194.
> Scanner would preserve the schema metadata but ExecPlan does not, and that
> makes sense in the general case. But this may result in unexpected behavior
> in R where we keep R attributes in the schema metadata.
> We could probably determine in ExecPlan$Build which fields in the resulting
> Table are just carried forward from the underlying Dataset and pull in
> metadata for them to the result.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)