Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Information Provided
-
3.0.0
-
None
-
None
-
None
Description
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'
Attachments
Issue Links
- relates to
-
ARROW-6582 [R] Arrow to R fails with embedded nuls in strings
- Resolved
-
ARROW-11478 [R] Consider ways to make arrow.skip_nul option more user-friendly
- Resolved