paleolimbot commented on code in PR #13635:
URL: https://github.com/apache/arrow/pull/13635#discussion_r926922678


##########
r/src/filesystem.cpp:
##########
@@ -239,7 +240,8 @@ std::string fs___FileSystem__type_name(
 // [[arrow::export]]
 std::shared_ptr<fs::LocalFileSystem> fs___LocalFileSystem__create() {
   // Affects OpenInputFile/OpenInputStream
-  auto io_context = arrow::io::IOContext(gc_memory_pool());
+  auto io_context =
+      arrow::io::IOContext(gc_memory_pool(), GetMainRThread().GetStopToken());

Review Comment:
   Done!



##########
r/_pkgdown.yml:
##########
@@ -139,6 +139,7 @@ reference:
       - write_to_raw
       - write_parquet
       - write_csv_arrow
+      - arrow_cancellable

Review Comment:
   Done!



-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to