wjones127 commented on pull request #12339: URL: https://github.com/apache/arrow/pull/12339#issuecomment-1030173474
My best guess right now is that some memory is getting clobbered by another thread. Is there a way to execute on a single thread somehow? Tried `set_cpu_count(1)` and `set_io_thread_count(1)` (and also `USE_THREADS=FALSE` is default on Windows), but same issue. @jonkeane Any thoughts on the threading settings? @bkietz I know isn't a lot to go off of, but anything stand out to you in the above tracebacks? -- 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]
