Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-11050

[R] Handle RecordBatch in write_parquet

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 3.0.0
    • R
    • MacOS Catalina 10.15.7
      R version 4.0.2

    Description

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

       

      Attachments

        Issue Links

          Activity

            People

              npr Neal Richardson
              mbconnor Matthew B Connor
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 50m
                  50m