Sal

Results 57 comments of Sal

Thanks again for all the details. As you eluded to the issue is because of the `DECIMAL(9,0)` fields in your file. It seems the `Xtract Universal` plugin you're using doesn't...

The PR to the parquet-dotnet repo has been merged and released! You can now use [v3.4.0](https://github.com/mukunku/ParquetViewer/releases/tag/v3.4.0.2) to open your files 🙌🏼 Thanks for reporting this issue and sharing a sample...

Thanks for the idea and the PR. I tweaked it a bit and got it out as part of [v3.4.0](https://github.com/mukunku/ParquetViewer/releases/tag/v3.4.0.2) ❤️

Any chance you could zip and share a sample parquet file? GitHub allows uploading `.zip` files so zipping the parquet file is an easy way to upload the file directly...

Hey @GuoweiTops, turns out this issue has been fixed since [v3.2.1](https://github.com/mukunku/ParquetViewer/releases/tag/v3.2.1.0). Please download the latest release to open your files: https://github.com/mukunku/ParquetViewer/releases

Can you share a sample file please? You can zip and upload it here. Otherwise I might not be able to help much. Also give version [3.2.0.0](https://github.com/mukunku/ParquetViewer/releases/tag/v3.2.0.0) a try. I...

I believe this is due to list fields with nested struct values. Implementing it has proven challenging.

@toomyem Which version of the app are you using? Have you tried [v3.2.1.0](https://github.com/mukunku/ParquetViewer/releases/tag/v3.2.1.0) ?

> Test parquet file: [test.zip](https://github.com/user-attachments/files/18673161/test.zip) Parquet file without repetition: [test-no-repeat.zip](https://github.com/user-attachments/files/18673327/test-no-repeat.zip) I was able to address the issues with the `data_list` and `data_repeated` fields in [v3.5.0](https://github.com/mukunku/ParquetViewer/releases/tag/v3.5.0.2). However the issue with `data_group`...

> > Test parquet file: [test.zip](https://github.com/user-attachments/files/18673161/test.zip) Parquet file without repetition: [test-no-repeat.zip](https://github.com/user-attachments/files/18673327/test-no-repeat.zip) > > I was able to address the issues with the `data_list` and `data_repeated` fields in [v3.5.0](https://github.com/mukunku/ParquetViewer/releases/tag/v3.5.0.2). However the...