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

[jira] [Commented] (ARROW-3523) [JS] Assign dictionary IDs in IPC writer rather than on creation

    [ https://issues.apache.org/jira/browse/ARROW-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17523975#comment-17523975 ] 

Dominik Moritz commented on ARROW-3523:
---------------------------------------

Is this still an issue?

> [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
(v8.20.1#820001)