You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "cboettig (via GitHub)" <gi...@apache.org> on 2023/04/17 22:37:41 UTC

[GitHub] [arrow] cboettig commented on issue #35184: [R] arrow::write_dataset segfaults on partitioning large data.frame

cboettig commented on issue #35184:
URL: https://github.com/apache/arrow/issues/35184#issuecomment-1512177024

   Note that attempting to stream from the parquet to a partitioned version also leads to fatal error (segfault):
   
   ```r
   arrow::open_dataset("tmp_df1.parquet")  |> write_dataset(tempfile(), partitioning="site_id")
   ```
   
   


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