Commits


Takashi Hashida authored and Eric Erhardt committed 8d2cda61427
ARROW-13704: [C#] Add support for reading streaming format delta dictionaries - Delta dictionaries for the dictionary type is not supported yet - Fix a bug of ListArray.Build() - This method was adding a needless "true" to the trailing edge of the validity buffer - Make ArrowArrayBuilderFactory public so that we can use it in tests Closes #10990 from HashidaTKS/support_delta_dictionary Authored-by: Takashi Hashida <ellipsoid1989@gmail.com> Signed-off-by: Eric Erhardt <eric.erhardt@microsoft.com>