Commits

Matthew Topol authored 4608157f8d4
ARROW-3039: [Go] Add support for DictionaryArray Also resolves ARROW-5267, ARROW-7286, and ARROW-9378 which all are different pieces of the DictionaryArray support. This *does not* implement Dictionary support for scalars yet, nor does it yet support concatenating Dictionary Arrays and dictionary unification. Cards will be created to track work for those two pieces of functionality separately. Closes #12158 from zeroshade/goarrow-dictionaries Lead-authored-by: Matthew Topol <mtopol@factset.com> Co-authored-by: Matt Topol <zotthewizard@gmail.com> Signed-off-by: Matthew Topol <mtopol@factset.com>