alamb commented on code in PR #4039:
URL: https://github.com/apache/arrow-datafusion/pull/4039#discussion_r1014285308
##########
datafusion/expr/src/function.rs:
##########
@@ -219,7 +219,7 @@ pub fn return_type(
}
BuiltinScalarFunction::Now => Ok(DataType::Timestamp(
TimeUnit::Nanosecond,
- Some("UTC".to_owned()),
+ Some("+00:00".to_owned()),
Review Comment:
I basically applied this same pattern to a few other tests and now things
looks great 👍
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]