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

helpers::fill is not needed #24

Closed dantrim closed 3 years ago

dantrim commented 3 years ago

https://github.com/dantrim/parquet-writer/blob/fafd671a1b4345551bd445d8b53ccb3c3bd8a326/src/cpp/parquet_writer_helpers.h#L152

The logic here should just be added to the data filling visitor

dantrim commented 3 years ago

addressed in 3f06c0d