Commit fd9b9a4
authored
update Cargo.toml for release v2.6.0 (#1583)
* update Cargo.toml for release v2.6.0
* fix: reject numeric values for Timestamp fields in schema conflict detection
Arrow's JSON decoder with coerce_primitive(false) cannot decode a JSON number
(e.g., 1773595502.7462175) into a Timestamp field.
it expects a string like "2026-03-15T17:13:59Z"
this fixes the rejection when two log sources send same field -
one as timestamp other as float number1 parent 3ab0baf commit fd9b9a4
3 files changed
Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
| 186 | + | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | | - | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
438 | 440 | | |
439 | 441 | | |
440 | 442 | | |
| |||
0 commit comments