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/25 01:32:00 UTC

[jira] [Created] (ARROW-4671) [C++] MakBuilder must care Type::DICTIONARY

Kenta Murata created ARROW-4671:
-----------------------------------

             Summary: [C++] MakBuilder must care Type::DICTIONARY
                 Key: ARROW-4671
                 URL: https://issues.apache.org/jira/browse/ARROW-4671
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++
            Reporter: Kenta Murata


Now, we cannot create a builder for DictionaryArray by using MakeBuilder.

When we pass DictionaryType to MakeBuilder, it says like below:
{quote}MakeBuilder: cannot construct builder for type dictionary<values=string, indices=int8, ordered=1>
{quote}



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