aloneguid / parquet-dotnet

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

Bug: Add failing unit test for delta binary packed deserialisation issue #485

Closed swindiggie closed 2 months ago

swindiggie commented 3 months ago

This adds a failing unit test to highlight an issue with deserialising delta binary packed encoded data. Hopefully this can be used to help find a solution.

Github Issue: https://github.com/aloneguid/parquet-dotnet/issues/486

aloneguid commented 3 months ago

Test seems to be useful, but probably should be added to a PR which resolved the issue, I can't merge in failing test as it will stop release.

swindiggie commented 2 months ago

Closing because this test was added in https://github.com/aloneguid/parquet-dotnet/pull/487 🙌