jorisvandenbossche commented on PR #37382: URL: https://github.com/apache/arrow/pull/37382#issuecomment-1698768280
Unfortunately those python stacktraces are mostly useless (it only indicates the the segfault happens when actually scanning the data (with `dataset.to_table()`), and so eg not in the dataset discovery, but that would also have been my guess). Ideally we would get an actual backtrace like I could get locally with gdb on linux (or enable catchsegv on CI), but I am not very familiar how to do that on Windows (and in CI). -- 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]
