aloneguid / parquet-dotnet

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

Working with null values when reading a Parquet file in FSharp #499

Closed MiaMeyerMakes closed 2 months ago

MiaMeyerMakes commented 2 months ago

Issue description

My team and I have tried implementing parquet dotnet to improve unit test runtime, but as there is virtually no documentation available in implementing parquet dotnet in F#, we have struggled immensely to get our code to work. Our biggest problem is reading in a dataset with null values. The code throws an exception when reading these values and we can't find any documentation that addresses this problem in the context of F#.

aloneguid commented 2 months ago

No

MiaMeyerMakes commented 2 months ago

The audacity.