-
Notifications
You must be signed in to change notification settings - Fork 839
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
JSON input barfs on {"emptylist":[]} #1036
Comments
Thanks for the report @chadbrewbaker -- |
These parquet bugs are mostly/all my fault. I was working on fixing them a few months ago, but there's been significant changes in my time, and I left them hanging. I really apologise for that. |
I am interested in picking this up please // @alamb |
@nevi-me @alamb I started with I ran
|
I am not an expert in this code @novemberkilo -- I think @nevi-me is currently focused on other things, so I am not sure he will have time to answer. Perhaps looking at the "blame" (or history) of the relevant code might lead to some others to ask? I also think @tustvold has been looking at this code recently |
This is relevant to this issue #1063 (comment) |
Describe the bug
JSON inuput barfs on {"emptylist":[]}
I was driving the library with https://github.com/domoritz/json2parquet
To Reproduce
{"emptylist":[]}
Expected behavior
Same as pyarrow, it does not barf the Parquet writer.
Additional context
The text was updated successfully, but these errors were encountered: