paultiq commented on PR #47960: URL: https://github.com/apache/arrow/pull/47960#issuecomment-3486228478
I was able to reproduce the segfault fairly reliably on my Amazon Linux instance. I suspect your failure to reproduce the fault has to do with the tests being skipped due to: https://github.com/apache/arrow/blob/5eaf553bfc7aa639fd67bd622b6b808e71fbba39/python/pyarrow/tests/strategies.py#L129-L136 When timezones is none, then the offending tests are skipped. I'm not a hypothesis expert, but when I ran multiple times it skipped every time... when I cleared the .hypothesis directory *or* forced timezones to not be st.none(), then I was able to reproduce the failure. I'm happy to dig in more, but hopefully this allows you to reproduce locally. -- 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]
