Closed dantrim closed 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.
fill
handled in b42ec27
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.