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 18:14:05 UTC

[GitHub] [arrow] lidavidm commented on a change in pull request #10619: Sketch of a general purpose cython trampolining utility

lidavidm commented on a change in pull request #10619:
URL: https://github.com/apache/arrow/pull/10619#discussion_r660841726



##########
File path: python/pyarrow/tests/test_dataset.py
##########
@@ -3095,10 +3095,17 @@ def test_write_dataset_use_threads(tempdir):
         pa.schema([("part", pa.string())]), flavor="hive")
 
     target1 = tempdir / 'partitioned1'
+    paths_written = []
+
+    def writer_pre_finish(writer):
+        pass
+        # paths_written.append(writer.path)

Review comment:
       Was this meant to remain commented out?




-- 
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