-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Opening ParquetViewer to an empty view #59
Comments
Can it be linked to? this comment by @eedokl in #37 (comment)_ |
@mukunku is it an easy fix or is it a big issue? Love your app, but more and more unusable as I update my files. |
Unfortunately there's no easy fix for this. Parquet.net doesn't support v2.4 and I can't find any other good alternatives. I just checked the repo and there was a release literally 10 hours ago after more than a year but no mention of v2.4 support. But maybe there's still hope? I realize without adding support for these files this tool's relevance will fade so I'm trying my best but not sure how much I can accomplish. |
Shame :-( I'll monitor the repo then and I'll see when you are able to push an update. Thanks for all the efforts ! |
@MCRE-BE Looks like Christmas came early! parquet-dotnet released v4.0.0 and I created an experimental release: https://github.com/mukunku/ParquetViewer/releases/tag/v2.4.1 Looks like it's able to open your sample file now. Let me know how it goes with other files! |
Hey indeed ! Top ! I'll close the bug and report in PR #60 if I see any things that need sharing. |
There was a bug with file loading. Try the latest exe out: https://github.com/mukunku/ParquetViewer/releases/tag/v2.4.1 |
The new release fixed that bug. Thanks 😃 |
Parquet Viewer Version
What version of Parquet Viewer are you experiencing the issue with?
2.3.6.22567
Where was the parquet file created?
Apache Spark, Hive, Java, C#, pyarrow, etc.
Python through pandas with pyarrow backend
Sample File
Upload a sample file so the issue can be debugged!
DLIx12_test.zip
Describe the bug
A clear and concise description of what the bug is.
Opening file in ParquetViewer gives this as output. No idea what is wrong.
Can it be linked to pyarrow version 9? I have no problem opening same sized file for version 8.
Screenshots
If applicable, add screenshots to help explain your problem.
Thrift Metadata
Arrow: Schema
Additional context
Add any other context about the problem here.
Note: This tool relies on the parquet-dotnet library for all the actual Parquet processing. So any issues where that library cannot process a parquet file will not be addressed by us. Please open a ticket on that library's repo to address such issues.
The text was updated successfully, but these errors were encountered: