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
I have dataset of parquet files with strings. However these do not have the 'converted_type' or 'logicalType' schema property so the type detection 'is_logical_string' returns false.
This could be easily solved by passing a type map ('map_logical_types') for the respective columns, however Dataset does not support this.
The text was updated successfully, but these errors were encountered:
I have dataset of parquet files with strings. However these do not have the 'converted_type' or 'logicalType' schema property so the type detection 'is_logical_string' returns false.
This could be easily solved by passing a type map ('map_logical_types') for the respective columns, however Dataset does not support this.
The text was updated successfully, but these errors were encountered: