-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
Component: C++Status: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement
Description
The arrow::ConcatenateTables function exposes the Field::MergeOptions as a way to indicate how fields with different types should be merged ("unified" / "common type").
The version to concatenate arrays (arrow::Concatenate) currently requires all same-typed arrays. We could add a MergeOptions option here as well?
(this depends on ARROW-14705 to make this option more useful, currently it only handles null -> any upcasts, I think)
Reporter: Joris Van den Bossche / @jorisvandenbossche
Note: This issue was originally created as ARROW-15564. Please see the migration documentation for further details.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: C++Status: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement