-
Notifications
You must be signed in to change notification settings - Fork 294
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
Panic when read parquet file with field "__index_level_0__" #233
Comments
hi, @icefed parquet-tools.exe -cmd cat
-file .\a.parquet
[{"One":-1,"Two":"foo","Three":true,"P___index_level_0__":"a"},{"One":null,"Two":"bar","Three":
false,"P___index_level_0__":"b"},{"One":2.5,"Two":"baz","Three":true,"P___index_level_0__":"c"}
] |
Thank you! |
Signed-off-by: Martin Disibio <[email protected]>
We get panic when read parquet file, the file is created by pandas.
apache/arrow#2244
The text was updated successfully, but these errors were encountered: