Skip to content

Commit

Permalink
Update core/src/execution/datafusion/expressions/utils.rs
Browse files Browse the repository at this point in the history
Improve comment.

Co-authored-by: Parth Chandra <[email protected]>
  • Loading branch information
eejbyfeldt and parthchandra committed Jun 13, 2024
1 parent ff0fad6 commit 2ba65b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/execution/datafusion/expressions/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pub fn array_with_timezone(

fn datetime_cast_err(value: i64) -> ArrowError {
ArrowError::CastError(format!(
"Cannot convert TimestampMicrosecondType {value} to datetime. Comet only supports dates between of Jan 1, 262145 BCE to Dec 31, 262143 CE",
"Cannot convert TimestampMicrosecondType {value} to datetime. Comet only supports dates between Jan 1, 262145 BCE and Dec 31, 262143 CE",
))
}

Expand Down

0 comments on commit 2ba65b9

Please sign in to comment.