parquet-dotnet icon indicating copy to clipboard operation
parquet-dotnet copied to clipboard

Add missing import to the sample in README.md

Open lupino3 opened this issue 4 years ago • 0 comments

With the latest Parquet.Net version, the sample does not compile out of the box, because a couple of imports is missing.

Add the missing Parquet import and use type inference to work around the missing import for Array.

Description

desctiption goes here

  • [ ] I have included unit tests validating this fix.
  • [ ] I have updated markdown documentation where required.
  • [x] I understand that successful approval of my pull request requires reproducible tests as per Contribution Guideline.

lupino3 avatar Oct 28 '21 13:10 lupino3