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
Then I get the error in the subject, when executing NewParquetReader(...):
failed to create schema from tag map: type : not a valid Type string
Any pointers to what could be wrong ?
I'm trying to parse what it is saying, but the error is uninformative: what is the first type and the second Type in the error message about ? Which field is it talking about ? Where is the string coming from ? Is it the type of the field in my struct or is it from the parquet file itself ?
Thanks!
The text was updated successfully, but these errors were encountered:
hi all,
I'm using the library for the first time (*) and I got a parquet file form a HuggingFace dataset, with the following schema:
And I'm trying to create a reader for the following struct:
Then I get the error in the subject, when executing
NewParquetReader(...)
:Any pointers to what could be wrong ?
I'm trying to parse what it is saying, but the error is uninformative: what is the first type and the second Type in the error message about ? Which field is it talking about ? Where is the string coming from ? Is it the type of the field in my struct or is it from the parquet file itself ?
Thanks!
The text was updated successfully, but these errors were encountered: