jonkeane edited a comment on pull request #11730: URL: https://github.com/apache/arrow/pull/11730#issuecomment-1010246178
I've rebased (to grab those scanner changes). I also noticed that there was a db connection validation that might have been the source of the segfaults (I didn't realize it was still there, and definitely can do bad things since underneath that, there's a simple query and duckdb doesn't do well when multiple queries are run at the same time). ~I also noticed that the differences seemed to be in the integer columns, so tried pulling those out to see if that helps, and it seems to (though seeing it be ok on CI will give me more confidence there)~ nope, turns out this also happens without the int columns too: https://github.com/apache/arrow/runs/4779732667?check_suite_focus=true#step:7:21463 -- 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]
