friendlymatthew opened a new pull request, #7141: URL: https://github.com/apache/arrow-rs/pull/7141
Closes #7140. Related: https://github.com/apache/datafusion/issues/14638 Currently, you can only cast `Date32`/`Date64` into a `Timestamp` without a time zone. This commit updates the casting rules to support date to time-zone specific timestamps and remodels the casting logic to support this feature. I've added a preliminary test case to prove it works, but I'll add additional test cases to exhaust all `Date` x `TimeUnit` variants. There are no user facing changes. -- 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]
