Omega359 commented on issue #13212: URL: https://github.com/apache/datafusion/issues/13212#issuecomment-3651454131
Looked into this a bit and I think this is coming from the fact that arrow is limited in the ability to set a default TZ ([it's just hardcoded](https://github.com/apache/arrow-rs/blob/c6cc7f85970527ade716a220c698fa3471b38595/arrow-arith/src/numeric.rs#L426)). Either: - A issue should be filed there to allow a different default and datafusion pass that in - Datafusion should transform the timestamp to apply the default TZ prior to passing it over to arrow to do the numeric op. -- 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]
