You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/15 01:32:00 UTC

[jira] [Updated] (ARROW-13467) [C++] Support delta dictionaries in the IPC file format

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

ASF GitHub Bot updated ARROW-13467:
-----------------------------------
    Labels: pull-request-available  (was: )

> [C++] Support delta dictionaries in the IPC file format
> -------------------------------------------------------
>
>                 Key: ARROW-13467
>                 URL: https://issues.apache.org/jira/browse/ARROW-13467
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Weston Pace
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The spec states:
> > In the file format, there is no requirement that dictionary keys should be defined in a
> > {{DictionaryBatch}} before they are used in a {{RecordBatch}}, as long as the keys are
> > defined somewhere in the file. Further more, it is invalid to have more than one *non-delta*
> > dictionary batch per dictionary ID (i.e. dictionary replacement is not supported). Delta
> > dictionaries are applied in the order they appear in the file footer.
> This seems to suggest that dictionary deltas (but not replacements) are allowed.  However, both reading and writing an IPC file with a dictionary delta fails.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)