This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Commit c689854
[Ingest] Accept strings with numeric values (within range) for numeric columns (#1358)
Before:
dots weren't shown on 2 maps, and we had only nulls in the Clickhouse
table (as we somehow get `"35.5"`, not `35.5` in ingest for geopoints,
and previous logic put all of that to the attributes, leaving columns as
`NULLs`)
<img width="1726" alt="Screenshot 2025-03-09 at 13 44 32"
src="https://github.com/user-attachments/assets/967db4dc-d946-4379-a4db-a46a45927e1d"
/>
After:
<img width="1723" alt="Screenshot 2025-03-08 at 14 39 38"
src="https://github.com/user-attachments/assets/8ca15ee9-9033-46ee-b2b5-5b05891a11d4"
/>
<img width="1728" alt="Screenshot 2025-03-08 at 14 42 08"
src="https://github.com/user-attachments/assets/221cdcf7-a38f-4a30-abcf-cba7454744c7"
/>
<img width="1728" alt="Screenshot 2025-03-08 at 14 42 50"
src="https://github.com/user-attachments/assets/cdd2be7b-e9ee-4aac-9d83-98b90d7b6925"
/>
---------
Co-authored-by: trzysiek <[email protected]>1 parent 6c80a67 commit c689854
File tree
4 files changed
+50
-3
lines changed- ci/it/testcases
- platform
- ingest
- util
4 files changed
+50
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
97 | 120 | | |
98 | 121 | | |
99 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
129 | | - | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| |||
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
| 143 | + | |
| 144 | + | |
141 | 145 | | |
142 | 146 | | |
143 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments