Commit aa560a3
docs(clickhouse): remove unsupported DateTime64 type-mapping row
ClickHouse schema inference (get_schema in clickhouseconn.rs) uses the
string-based map_clickhouse_type_to_arrow, which only matches the literal
"DateTime" — a DateTime64 column reports its type as "DateTime64(p[, tz])"
in system.columns and falls through to the Unsupported error, so a table
with a DateTime64 column cannot be registered. Completes #1794, which
removed the sibling unsupported Date32 row added by the same PR (#1701)
but missed DateTime64.1 parent 433ad87 commit aa560a3
2 files changed
Lines changed: 0 additions & 2 deletions
File tree
- website
- docs/components/data-connectors
- versioned_docs/version-2.0.x/components/data-connectors
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | 93 | | |
95 | 94 | | |
96 | 95 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | 93 | | |
95 | 94 | | |
96 | 95 | | |
| |||
0 commit comments