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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]