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