Omega359 opened a new issue, #18219: URL: https://github.com/apache/datafusion/issues/18219
NowFunc::new(), though deprecated seeds the timezone with "+00" (missing minutes) while the canonical UTC offset remains "+00:00" in ConfigOptions::default(). Existing callers of the deprecated constructor will therefore get a different datatype/ScalarValue than before this change. _Originally posted by @kosiew in https://github.com/apache/datafusion/pull/18017#discussion_r2444922735_ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
