aloneguid / parquet-dotnet

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

Breaking change was introduced with version 4.23.5 #523

Closed stewild closed 1 week ago

stewild commented 1 week ago

Issue description

The fix for #496 is actually a breaking change. Files written with version 4.23.4 cannot be read with version 4.23.5.

aloneguid commented 1 week ago

It's not a breaking change but a bug fix.

stewild commented 1 week ago

For every consumer of the package that is reading or writing GUIDs, this is a breaking change because of the changed behavior. I agree that this is a bug fix, but it should be at least marked as a breaking change in the release notes.

aloneguid commented 1 week ago

Yes you are right.