aloneguid / parquet-dotnet

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

Support custom property names on struct and list fields #418

Closed mrinal-thomas closed 11 months ago

mrinal-thomas commented 11 months ago

Specify ClrPropName when making StructField and ListField

410