Skip to content

[R] segfault with ArrowObject from previous session, or saved #17353

@asfimport

Description

@asfimport

library(arrow, warn.conflicts = FALSE)

a <- Array$create(1:10)
tf <- tempfile()
saveRDS(a, tf)

b <- readRDS(tf)
b$length()

Reporter: Romain Francois / @romainfrancois
Assignee: Romain Francois / @romainfrancois

PRs and other links:

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions