Skip to content

[R] Regression from 2.0.0 -> 3.0.0: Null character in string prevents dataset from loading #27545

@asfimport

Description

@asfimport

When a feather file contains a valid string which happens to contain the appearance of a null character, R fails to read the file.  Example string: '#\001200\01'

Pyarrow is able to successfully read the file and correctly display the string.

This dataset was previously able to be loaded in 2.0.0 but fails in 3.0.0 with the error:
Error in Table__to_dataframe(x, use_threads = option_use_threads()) :
embedded nul in string: '#\001200\01'

Reporter: Kyle Kavanagh / @kdkavanagh
Assignee: Neal Richardson / @nealrichardson

Related issues:

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions