ARROW-15643: [C++] Allow selecting subset of fields of a StructArray via cast#12724
ARROW-15643: [C++] Allow selecting subset of fields of a StructArray via cast#12724dhruv9vats wants to merge 8 commits intoapache:masterfrom
Conversation
lidavidm
left a comment
There was a problem hiding this comment.
LGTM, thanks. Do you want to mark this as ready now?
|
Would we have to address the other cases talked about in the JIRA in this PR itself, or will that involve follow-up PRs? |
|
I think we can file a separate JIRA to handle reordering fields via a cast. |
|
Are the follow-up JIRAs already created? |
|
Thanks for the reminder Joris, filed ARROW-16112. |
|
Thanks. Do we also still want to add a |
|
We can probably still add it, though yeah, not sure how useful it is. |
Provide the ability to select a subset of the fields of a StructArray array by casting it to the required fields, provided the fields exist in the StructArray.