Commits


Wes McKinney authored and Uwe L. Korn committed 490c6b8c746
PARQUET-1521: [C++] Use pure virtual interfaces for parquet::TypedColumnWriter, remove use of 'extern template class' This follows corresponding work in TypedColumnReader. The public API is unchanged as can be verified by lack of changes to the unit tests Author: Wes McKinney <wesm+git@apache.org> Closes #3551 from wesm/PARQUET-1521 and squashes the following commits: aa6687a9 <Wes McKinney> Fix clang warnings 33555044 <Wes McKinney> Print build warning level b657ac93 <Wes McKinney> Fix parquet-column-io-benchmark 61204dec <Wes McKinney> Refactor TypedColumnWriter implementation to be based on pure virtual interface, remove use of extern template class