clintropolis commented on PR #17894: URL: https://github.com/apache/druid/pull/17894#issuecomment-2813628829
>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). Good catch, looking closer there are a handful of context parameters that are pulled out in the SQL layer before the `SET` statements are processed, and this is one of them. I think I should be able to modify things to lazy populate these values so that the `SET` statements can properly modify them. -- 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]
