zeroshade commented on PR #40807: URL: https://github.com/apache/arrow/pull/40807#issuecomment-2087247081
I was able to narrow the failure down to attempting to read a parquet file containing extension types with registered extensions causing the segfault. i.e.: either this line https://github.com/zeroshade/arrow/blob/main/python/pyarrow/tests/test_extension_type.py#L1051 or the line after it calling validate. This is almost certainly *not* being caused by this change, which shouldn't touch anything around that code, and @paleolimbot said he was able to replicate the failure with his own debug python build that is separate from this change. So I don't think it's related or relevant to this PR. @jorisvandenbossche @AlenkaF would either of you be able to take a look and see if you can figure out why there's a segfault happening at that line in the test and if I should file a separate issue to track that? -- 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]
