Skip to content

[C++] Expose MergeOptions in array Concatenate to unify types #31030

@asfimport

Description

@asfimport

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions