jmrgibson opened a new issue #729: URL: https://github.com/apache/arrow-rs/issues/729
It would appear from [the docs](https://docs.rs/arrow/5.2.0/arrow/array/struct.DictionaryArray.html) that you cannot create a `DictionaryArray` by defining both the keys and and values? This is opposed to the [python API](https://arrow.apache.org/docs/python/data.html#dictionary-arrays) which does. This is quite useful for cases where the dictionary mapping is defined elsewhere (e.g., a C enum). Are there plans to add this? Or am I reading the docs wrong. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
