adriangb commented on PR #25171: URL: https://github.com/apache/datafusion/pull/25171#issuecomment-5819353203
Thanks @kosiew. Both points are fixed in 4a6d15568a: - The warning no longer says the `Z` is discarded. It now says the result type does not keep timezone metadata, and that an explicit input offset is still applied and normalized. It uses your `+07:00` → `05:00:00` example. - `TIMESTAMP(p) WITHOUT TIME ZONE` is now in the `TIMESTAMP` row. I also corrected the `INTERVAL` row to `Interval(MonthDayNano)`, which is what `arrow_typeof` prints. -- 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]
