Commits


Wes McKinney authored and Uwe L. Korn committed 2d4fe0153cd
PARQUET-1583: [C++] Remove superfluous parquet::Vector class This class which is a syntactic sugar layer on `arrow::ResizableBuffer` was only being used in one place, for dictionary decoding. I don't think we need to maintain this, and it also features possible instantiated template symbol issues Author: Wes McKinney <wesm+git@apache.org> Closes #4354 from wesm/PARQUET-1583 and squashes the following commits: 24535175 <Wes McKinney> lint 29af0799 <Wes McKinney> Remove superfluous parquet::Vector class