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

[doc] change comment #13

Closed dantrim closed 3 years ago

dantrim commented 3 years ago

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

Change comment: we don't append null to fields that have sub-struct fields if fill was called on some of the fields but not others.

dantrim commented 3 years ago

handled in b42ec27