Specify the column data types when importing to the catalog
@subkanthi is already working on this.
Since Aug 18, 2025.
- Dominant language
- Java
- Stars
- 35
- Forks
- 7
- Avg merge
- 5d 12h
- Merged PRs (30d)
- 2
Description
currently there is no way to override the default behavior
--schema-from-parquet
we would like to be able to specify the columns and data types.
Maybe it is possible that Parquet exported from CH has this information (or it can be added) but to import Parquet in general, we need to be able to specify columns (including calculated ones, or default values).
We can just start with the data types (or data type mapping).
A CH Date would translate into UInt16 and would become an Integer in Iceberg ... by default.
A CH DateTime would also translate to Integer.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.