This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Commit 1fedebe
authored
Fix
There's been a bug in case sensitivity - `UInt8` from ClickHouse has
defaulted to `text` field in our case.
I'm letting unsigned integers being just integers in ES response for
now. We could also make these `unsigned_long`s...
The inconsistency here is that we currently translate integers from CH
to longs in ES.
**So perhaps we should translate unsigned integers from CH to unsigned
longs in ES (and completely ditch the `integer` type)?** I'm open to
your suggestions here.UInt* inferred type mapping (#609)1 parent 2eefe0e commit 1fedebe
File tree
3 files changed
+5
-2
lines changed- quesma
- clickhouse
- quesma/functionality/field_capabilities
- schema
3 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments