jorisvandenbossche commented on PR #13033: URL: https://github.com/apache/arrow/pull/13033#issuecomment-1116062111
I browsed through our dataset python code, and I _think_ there are no other remaining cases where there is filesystem interaction without releasing the GIL. I was only doubting a bit about: https://github.com/apache/arrow/blob/3c3e68c194ca6ac07086ddc1bb44fe153970213e/python/pyarrow/_dataset.pyx#L2606-L2616 But my understanding is that this constructor itself doesn't yet read anything, and it's only when consuming the reader that this happens (`read_next_batch`, which releases the gil). -- 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]
