Skip to content

Commit

Permalink
CR comment. changed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Jul 5, 2024
1 parent b80b79d commit ab1d19f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ impl QuickwitDateTimeOptions {
Ok(())
} else {
Err(format!(
"failed to parse datetime `{:?}`: value is larger than i64::MAX",
"failed to convert timestamp to f64 ({:?}). this should never happen",
serde_json::Number::from(*timestamp)
))
}
Expand Down

0 comments on commit ab1d19f

Please sign in to comment.