Commit 1e49758
Ignacio Van Droogenbroeck
Handle integer types in float columns (msgpack coercion)
MessagePack sends integers (int8, int16, etc.) when values are whole
numbers like 0 or 10. This adds type coercion to float64 for all
integer types in float columns.
Fixes: "unexpected type in float column 'speed': int8"1 parent 5ba5a5d commit 1e49758
1 file changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1189 | 1189 | | |
1190 | 1190 | | |
1191 | 1191 | | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
1192 | 1213 | | |
1193 | 1214 | | |
1194 | 1215 | | |
| |||
0 commit comments