pitrou commented on pull request #9644: URL: https://github.com/apache/arrow/pull/9644#issuecomment-803369652
Here is the error: ``` > assert pa.total_allocated_bytes() == old_allocated E AssertionError: assert 253120 == 257792 ``` It looks like the CSV reader released _more_ memory than expected. Intuitively, that may be a heisenbug due to CPython's garbage collector. I'll restart the job just in case. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org