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
Also, found out that the column causing this problem was a FixedSizeList of Utf8.
Weirdly enough, by looking at what I understood from polars source code, this case should be handled properly.
Maybe going from arrow2 to arrow-rs would solve the problem?
Trying to read using polars the test parquet file from this repository, I get this error:
But within the same IPython session, I was able to read that same
test.parquet
:The text was updated successfully, but these errors were encountered: