dantrim / parquet-writer

A C++ library for easily writing Parquet files containing columns of (mostly) any type you wish.
https://parquet-writer.readthedocs.io
MIT License
8 stars 3 forks source link

condense append_null and append_empty functions #12

Closed dantrim closed 3 years ago

dantrim commented 3 years ago

https://github.com/dantrim/parquet-writer/blob/4894784504c2b9ae86cf1f74260ba88f81fe17a9/src/cpp/parquet_writer.cpp#L704

dantrim commented 3 years ago

addressed in #67c1f1a