vogievetsky commented on PR #17894:
URL: https://github.com/apache/druid/pull/17894#issuecomment-2813601558

   I think I found a bug while testing this: setting `sqlTimeZone` vis a `SET` 
statement does not seem to work... Maybe it needs to be fed into the SQL parser 
before it even reads the SET? (I have no idea... just guessing).
   
   Anyhow the repro:
   
   Setting `SET sqlTimeZone = 'America/Los_Angeles';` has no effect:
   
   <img width="373" alt="image" 
src="https://github.com/user-attachments/assets/a9ad10db-7528-498d-82bf-0c86199b5f9e";
 />
   
   Setting it via the config should produce this result:
   
   <img width="364" alt="image" 
src="https://github.com/user-attachments/assets/6eaf3113-698c-496c-b56c-c0d3973fe5bc";
 />
   
   Note how the timezoneless `TIMESTAMP` is parsed differently


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