You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
el-hult
changed the title
Cannot load chunked large_list<dict> from chunked parquet file
[R] [parquet] Cannot load chunked large_list<dict> from parquet file
Dec 20, 2024
Describe the bug, including details regarding any error messages, version, and platform.
The R arrow library cannot load a file with schema
if the table is chunked. To reproduce, run below python script. in an environment that also has R with arrow installed
to get the output
I have verified this is an issue in R library versions 13.0.0.0 and 18.1.0. both list_ and large_list fails.
The error reported by the R library is discussed in #32723 , but since this works in pyarrow, I guess this is a separate issue from the C++ issue.
Component(s)
Parquet, R
The text was updated successfully, but these errors were encountered: