GitHub user trxcllnt edited a comment on the discussion: [JS] Decoding `Dictionary<Uint32, Utf8>` incorrectly.
> Does arrow-js have a Slack or Discord? I wasn't able to find anything. There is an arrow-js channel in `the-asf.slack.com`. The rust flight doc says > The current implementation does not support “delta” dictionaries so a new > dictionary batch will be sent each time the encoder sees a dictionary which > is not pointer-equal to the previously observed dictionary for a given > `dict_id`. The JS implementation supports either replacing or appending (i.e. "delta") dictionaries. Perhaps the Rust implementation is replacing dictionaries its already sent with ones that have fewer elements, and that's why you're seeing a null value? GitHub link: https://github.com/apache/arrow/discussions/46100#discussioncomment-12806526 ---- This is an automatically sent email for user@arrow.apache.org. To unsubscribe, please send an email to: user-unsubscr...@arrow.apache.org