[
https://issues.apache.org/jira/browse/ARROW-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney updated ARROW-3523:
--------------------------------
Fix Version/s: (was: 0.14.0)
> [JS] Assign dictionary IDs in IPC writer rather than on creation
> ----------------------------------------------------------------
>
> Key: ARROW-3523
> URL: https://issues.apache.org/jira/browse/ARROW-3523
> Project: Apache Arrow
> Issue Type: Improvement
> Components: JavaScript
> Reporter: Brian Hulette
> Priority: Major
>
> Currently the JS implementation relies on on the user assigning IDs for
> dictionaries that they create, we should do something like the C++
> implementation, which uses a dictionary id memo to assign and retrieve
> dictionary ids in the IPC writer
> (https://github.com/apache/arrow/blob/master/cpp/src/arrow/ipc/metadata-internal.cc#L495).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)