tustvold commented on code in PR #6412:
URL: https://github.com/apache/arrow-datafusion/pull/6412#discussion_r1200974078


##########
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:
   This is the result of https://github.com/apache/arrow-rs/pull/4201
   
   Although I'm not entirely sure it is correct... :thinking: 
   
   Edit: I'm fairly certain this isn't correct, but the logic upstream is 
correct so I'm confused. Perhaps DF is doing some timezone arithmetic itself 
somewhere?



-- 
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]

Reply via email to