raulcd commented on issue #47981: URL: https://github.com/apache/arrow/issues/47981#issuecomment-3457658444
I've been able to bisect and find the first commit that produces the failure for the above parquet file. The commit: https://github.com/apache/arrow/commit/33d1f32136f950520dcca278b77acff430dc8dca fails reading the file. The previous commit: https://github.com/apache/arrow/commit/353a0a228b94d634c309ebfd9581d08e8a5f08e4 does not fail reading the file. This was fixing some undefined behavior found on fuzzing, we should investigate further the file to understand what is the problem but this will give us a hint. It might probably tell us that there's a problem with the file generation. CC @pitrou -- 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]
