You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kenta Murata (JIRA)" <ji...@apache.org> on 2019/02/19 09:09:00 UTC

[jira] [Created] (ARROW-4622) MakeDense and MakeSparse in UnionArray should accept a vector of Field

Kenta Murata created ARROW-4622:
-----------------------------------

             Summary: MakeDense and MakeSparse in UnionArray should accept a vector of Field
                 Key: ARROW-4622
                 URL: https://issues.apache.org/jira/browse/ARROW-4622
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++, GLib, Python
            Reporter: Kenta Murata
            Assignee: Kenta Murata


Currently MakeDense and MakeUnion of UnionArray couldn't create a UnionArray with user-specified field names.  This is bugs of these functions.

To fix them, optional arguments of std::vector<Field> should be added.

GLib and Python bindings should be fixed, together.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)