CurtHagenlocher opened a new issue, #180: URL: https://github.com/apache/arrow-dotnet/issues/180
### Describe the enhancement requested Dictionary arrays are not supported currently in dotnet flight implementation Initially implement dictionary support where dictionary messages are resent with every record batch. This is not as optimal as proper dictionary reuse and delta support but will unlock ability to leverage dictionary batches over flight. Related work in Rust Arrow implementation: [https://github.com/apache/arrow-rs/pull/4896](https://github.com/apache/arrow-rs/pull/4896). Copied from [https://github.com/apache/arrow/issues/38045](https://github.com/apache/arrow/issues/38045). -- 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]
