xitongsys / parquet-go

pure golang library for reading/writing parquet file
Apache License 2.0
1.25k stars 294 forks source link

bugfix: allow writer to handle WriteStop() with zero rows #519

Closed msf closed 1 year ago

msf commented 1 year ago

this fixes a panic when WriteStop() is called without any calls to Write() The generated parquet file will have only metadata and zero rows