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

throw exception if provided data type does not match builder type #20

Closed dantrim closed 3 years ago

dantrim commented 3 years ago

This PR checks that any data values provided to fill match the expected one based on the ArrayBuilder instances constructed from the file layout.