ClickHouse / ClickHouse/ClickHouse
Arrow timestamp column mapping format
Open
comp-formats
external
question
- Dominant language
- C++
- Stars
- 49.9k
- Forks
- 9k
- Avg merge
- 21h 32m
- Merged PRs (30d)
- 515
Description
https://clickhouse.com/docs/en/interfaces/formats#data-types-matching-arrow describes the behaviour I am observing where TIMESTAMP, TIME32, TIME64 columns are converted to UINT32 when querying in Arrow format.
I was wondering why this was done rather than mapping to native Arrow types such as date32, date64, or timestamp?
Contributor guide
Assessment
This issue has not been assessed yet.