Sal

Results 57 comments of Sal

Thanks for opening this PR. Can you also include [a unit test please](https://github.com/mukunku/ParquetViewer/blob/master/src/ParquetViewer.Tests/SanityTests.cs)? That would allow myself and others to test the implementation. I can also help out with implementing...

> Also figured that parsing of the dicts into the table is somewhat broken (also in the version I did not modify). The ReadMapValue method treats every row as record,...

Sure, if you could share the link here that would be great. I've had success zipping my parquet files and uploading them here. Example: [MAP_TYPE_TEST1.zip](https://github.com/user-attachments/files/16591411/MAP_TYPE_TEST1.zip)

@Zylence Thanks for your amazing work. I'll make sure to take a look at your changes the first chance I get! > Did you already implement SQL queries that can...

Sorry for the delay. Merging this in now. Thanks so much for the contribution! I'll try to get a release out soon.

I really appreciate the detailed examples, sample code, and sample files! It made solving this issue much easier. Please try out [v3.2.0.0](https://github.com/mukunku/ParquetViewer/releases/tag/v3.2.0.0) which should handle null/empty Lists correctly. It appears...

Any chance y'all could share a sample file? You can upload it directly here by zipping it. I also see you opened an issue in the Parquet.net repo as well:...

This is an issue with the parquet-dotnet library we use. I opened an issue ticket here: https://github.com/aloneguid/parquet-dotnet/issues/583 Going to close this out as a duplicate of #121 . Since there's...

Can you open the file using other tools? Can you try https://www.parquet-viewer.com/ for example? Are you also able to read the file back into the system you extracted it from?...

This is all helpful info, thanks.