ARROW-3246: [C++][Python][Parquet] Direct writing of DictionaryArray to Parquet columns, automatic decoding to Arrow by wesm · Pull Request #5077 · apache/arrow
There's a lot going of interconnected pieces in this patch, so let me try to unpack: Refactor TypedColumnWriterImpl::WriteBatch/WriteBatchSpaced to utilize more common code and be more readabl...