Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[R] Handle RecordBatch in write_parquet #26966

Closed
asfimport opened this issue Dec 28, 2020 · 1 comment
Closed

[R] Handle RecordBatch in write_parquet #26966

asfimport opened this issue Dec 28, 2020 · 1 comment
Assignees
Milestone

Comments

@asfimport
Copy link

write_parquet() fatally crashes the R environment when writing a 'record_batch' object

#Repro

// 

working_dir <- getwd()
dir.create(paste0(working_dir, '/test'))
out_file <- '/test.snappy.parquet'data(mtcars)
batch <- record_batch(mtcars)
write_parquet(batch, paste0(working_dir,out_file))

 

Environment: MacOS Catalina 10.15.7
R version 4.0.2
Reporter: Matthew B Connor
Assignee: Neal Richardson / @nealrichardson

PRs and other links:

Note: This issue was originally created as ARROW-11050. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Neal Richardson / @nealrichardson:
Issue resolved by pull request 9033
#9033

@asfimport asfimport added this to the 3.0.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants