You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2020/12/30 16:27:00 UTC

[jira] [Resolved] (ARROW-11050) [R] Handle RecordBatch in write_parquet

     [ https://issues.apache.org/jira/browse/ARROW-11050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neal Richardson resolved ARROW-11050.
-------------------------------------
    Resolution: Fixed

Issue resolved by pull request 9033
[https://github.com/apache/arrow/pull/9033]

> [R] Handle RecordBatch in write_parquet
> ---------------------------------------
>
>                 Key: ARROW-11050
>                 URL: https://issues.apache.org/jira/browse/ARROW-11050
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 2.0.0
>         Environment: MacOS Catalina 10.15.7
> R version 4.0.2
>            Reporter: Matthew B Connor
>            Assignee: Neal Richardson
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> write_parquet() fatally crashes the R environment when writing a 'record_batch' object
> #Repro
> {code:java}
> // 
> 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)){code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)