You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Neil Currie (Jira)" <ji...@apache.org> on 2022/08/04 21:14:00 UTC

[jira] [Created] (ARROW-17312) [R] R session aborts when using dplyr::filter after setting as_data_frame = FALSE in arrow::read_csv_arrow

Neil Currie created ARROW-17312:
-----------------------------------

             Summary: [R] R session aborts when using dplyr::filter after setting as_data_frame = FALSE in arrow::read_csv_arrow
                 Key: ARROW-17312
                 URL: https://issues.apache.org/jira/browse/ARROW-17312
             Project: Apache Arrow
          Issue Type: Bug
          Components: R
    Affects Versions: 8.0.0
            Reporter: Neil Currie


R session aborts / encounters fatal error when using dplyr::filter after setting as_data_frame = FALSE in arrow::read_csv_arrow.

 

Version info:

platform [1] "x86_64-apple-darwin17.0"

R version 4.2.0 (2022-04-22)

Running on MacBook Air, macOS Monterey v12.4, Apple M1 chip

 

Reproducible example:

 

{{if (!require(pacman)) install.packages("pacman") # warns if not installed}}
{{{}pacman::p_load(arrow, dplyr, readr){}}}{{{}write_csv(starwars, "starwars.csv"){}}}{{{}read_csv_arrow("starwars.csv", as_data_frame = FALSE) |> {}}}
{{  filter(height >= 150) }}

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)