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

[GitHub] [arrow] thisisnic commented on issue #34923: [R] write_parquet crashes R when source comes from read_parquet!

thisisnic commented on issue #34923:
URL: https://github.com/apache/arrow/issues/34923#issuecomment-1503184900

   Thanks for reporting this, @jllipatz!  This is a bit of a tricky one to pin down exactly what's happening here.  One thing to note is that when you read in the file using `read_parquet()`, the resulting object (`df`) is now a data frame object, so it looks like it's the writing process which is having issues.
   
   One thing to try could be calling `arrow::as_arrow_table()` on `df` both before and after you add the `REGION` column, and letting us know if that crashes R or not - this will help narrow down what's going on here.
   


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