alamb commented on code in PR #6412: URL: https://github.com/apache/arrow-datafusion/pull/6412#discussion_r1201044482
########## datafusion/core/tests/sqllogictests/test_files/set_variable.slt: ########## @@ -193,31 +193,31 @@ SET TIME ZONE = '+08:00' query P SELECT '2000-01-01T00:00:00'::TIMESTAMP::TIMESTAMPTZ ---- -2000-01-01T08:00:00+08:00 +1999-12-31T16:00:00+08:00 Review Comment: Yes, I think a bunch of that logic is replicated in scalar.rs (as it wasn't available upstream in arrow-rs) I think @berkaysynnada may have some thoughts / be thinking about this. -- 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]
