metegenez commented on code in PR #21577:
URL: https://github.com/apache/datafusion/pull/21577#discussion_r3071946750


##########
datafusion/sqllogictest/test_files/set_variable.slt:
##########
@@ -455,6 +479,11 @@ SHOW datafusion.format.timestamp_tz_format
 ----
 datafusion.format.timestamp_tz_format %Y-%m-%d %H:%M:%S %z
 
+query P
+SELECT TIMESTAMPTZ '2026-04-07 13:31:00';
+----
+2026-04-07T13:31:00

Review Comment:
   I'd expect this test to return "2026-04-07 13:31:00 +0000" or something like 
this, am i missing something here? 



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

Reply via email to