Support importing structured types from parquet files
Open
enhancement
import
vectors
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.