aloneguid / parquet-dotnet

Fully managed Apache Parquet implementation
https://aloneguid.github.io/parquet-dotnet/
MIT License
542 stars 141 forks source link

#461 Avoid file truncation when serializing with Append = true #462

Closed danielearwicker closed 5 months ago

danielearwicker commented 5 months ago

Awkward having to create a temp file in a unit test but have taken care that the file will be deleted.

aloneguid commented 5 months ago

thanks, that looks good