Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
-
Amazon Linux, 32gb of ram
Description
When trying to collect data from a dataset based on parquet files with nested structs (column is a struct with 2 structs nested) of moderate size (1Mish rows), R crashes. If I add a filter to reduce the number of rows, the data is parsed. If I select out the struct column, it works great (up to 21M rows). My hunch is the structs resulting in data.frame columns may be the issue. I am curious if there's a way to have arrow import structs as lists instead of data.frames. Thanks for the direction to hereĀ neilr8133!
Attachments
Issue Links
- is fixed by
-
ARROW-10114 [R] Segfault in to_dataframe_parallel with deeply nested structs
- Resolved