hrushikesh198 edited a comment on issue #11044: URL: https://github.com/apache/arrow/issues/11044#issuecomment-911841365
Thank you so much looking into the problem. I could not generate a 5-10 line file that raises segfault. So garbled the text from the smallest file from my project that raises segfault while reading with `pyarrow.json.read_json(fname)` [segfault_samples.zip](https://github.com/apache/arrow/files/7100226/segfault_samples.zip) | filename | numlines | contains "null":["46.0"] | segfault | | ------------------ |-----------|------------------------|---------| | largefile-nonull.jl | 4899 | No | No | | largefile-withnull.jl | 4900 | Yes | Yes | | minifile-withnull.jl | 11 | Yes | No | -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
