You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/29 13:00:09 UTC

[GitHub] [arrow] pitrou commented on a change in pull request #10609: ARROW-13187: [Python] Avoid creating reference cycle when reading CSV file

pitrou commented on a change in pull request #10609:
URL: https://github.com/apache/arrow/pull/10609#discussion_r660591800



##########
File path: python/pyarrow/error.pxi
##########
@@ -24,6 +24,9 @@ from contextlib import contextmanager
 import os
 import signal
 import threading
+import weakref

Review comment:
       No, it's just a remnant from a failed attempt.




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org