cockroachdb / cockroachdb/cockroach
sql: support parquet nested types for import
Open
A-import
C-enhancement
T-sql-queries
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
**Is your feature request related to a problem? Please describe.**
The parquet specification allows LIST and MAP types, that can be used to encode nested types by adding group levels around repeated fields that are not present in the data.
**Describe the solution you'd like**
A possibility is to import LIST and MAP as JSON objects.
Jira issue: CRDB-59524
Contributor guide
Assessment
This issue has not been assessed yet.