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

Check for size consistency in data buffer when filling struct #1

Closed dantrim closed 3 years ago

dantrim commented 3 years ago

Need to enforce that the number of child fields (that are themselves not structs) is the same as the size of the provided data buffer here

dantrim commented 3 years ago

Addressed in 82088e51db5c46742e9eb12e88f35c40ccdf8647