aloneguid / parquet-dotnet

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

fix: decimal scale condition #504

Closed sierzput closed 1 month ago

sierzput commented 2 months ago

Fix for #503

sierzput commented 2 months ago

Hi @aloneguid, I introduced small fix, but there are some failing tests for macos-latest. Could you help me with them? I'm not sure if it's connected to my change.

aloneguid commented 1 month ago

mac builds were failing due to M1 issues with java, it's all good now

mshatnawi commented 1 month ago

Hi @aloneguid Is this fix included in version 4.24.0-pre.1, and if not what version should I rollback to to avoid this issue?