Altinity / Altinity/ice

Specify the column data types when importing to the catalog

Open
#36 7 comments 0 reactions 1 assignee View on GitHub

@subkanthi is already working on this.

Since Aug 18, 2025.

p2
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.