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
Dolt can import tables from parquet files, but currently can only handle primitive types. Composite types like lists and objects will fail to import. However we should be able to import these values into a JSON column.
This is important for supporting vectors, since HuggingFace always provides datasets in parquet format.
The text was updated successfully, but these errors were encountered:
Dolt can import tables from parquet files, but currently can only handle primitive types. Composite types like lists and objects will fail to import. However we should be able to import these values into a JSON column.
This is important for supporting vectors, since HuggingFace always provides datasets in parquet format.
The text was updated successfully, but these errors were encountered: