KassaSana commented on issue #17498: URL: https://github.com/apache/datafusion/issues/17498#issuecomment-5852366311
I'd like to take `datafusion.execution.time_zone`. It is still a plain string on main, so `SET TIME ZONE = 'Asia/Taipei2'` succeeds and the error only shows up on the next `::TIMESTAMPTZ` cast, while `current_date()` and `current_time()` silently ignore it. #23224 by @Probablism covered this but was closed as stale with some review questions open. I'll build on it and address those: keep the value exactly as written (so `+08` isn't normalized to `+08:00` and `arrow_typeof(now())` doesn't change), and explain the `AEST` test changes. I checked and there is no other open PR for this field. -- 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]
