You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2019/04/25 15:25:00 UTC

[jira] [Updated] (ARROW-5215) [C++] Need a way to change integer size in DictBuilder and AdaptiveIntBuilder

     [ https://issues.apache.org/jira/browse/ARROW-5215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou updated ARROW-5215:
----------------------------------
    Description: 
Currently, there's no way to choose the index type with DictionaryBuilder. Consequently, it's difficult to implement e.g. casts to a specific dictionary type (instead the DictionaryBuilder will select the smallest possible integer size for the index type).

This will allow implementing "null to dict" casting.

  was:
Currently, there's no way to choose the index type with DictionaryBuilder. Consequently, it's difficult to implement e.g. casts to an specific dictionary type (instead the DictionaryBuilder will select the smallest possible integer size for the index type).

This will allow implementing "null to dict" casting.


> [C++] Need a way to change integer size in DictBuilder and AdaptiveIntBuilder
> -----------------------------------------------------------------------------
>
>                 Key: ARROW-5215
>                 URL: https://issues.apache.org/jira/browse/ARROW-5215
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>    Affects Versions: 0.13.0
>            Reporter: Antoine Pitrou
>            Priority: Major
>
> Currently, there's no way to choose the index type with DictionaryBuilder. Consequently, it's difficult to implement e.g. casts to a specific dictionary type (instead the DictionaryBuilder will select the smallest possible integer size for the index type).
> This will allow implementing "null to dict" casting.



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