Commits


Takashi Hashida authored and Eric Erhardt committed 0f1c3a3bddf
ARROW-6870: [C#] Add Support for Dictionary Arrays and Dictionary Encoding This is a implementation of `DictionaryBatch` (de)serialization for the streaming format. The following features are missing for now, I plan to implement these features in another future PR. - The (de)serialization for the file format and Flight are not implemented yet - `isDelta` is not supported yet Closes #10527 from HashidaTKS/ARROW-6870 Authored-by: Takashi Hashida <ellipsoid1989@gmail.com> Signed-off-by: Eric Erhardt <eric.erhardt@microsoft.com>