You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 number