PHILO-HE commented on issue #7169: URL: https://github.com/apache/incubator-gluten/issues/7169#issuecomment-2338397204
@taiyang-li, I guess setting default timezone here doesn't really take effect for velox backend. Currently, the default session timezone is set during GlutenPlugin initialization, see [code](https://github.com/apache/incubator-gluten/blob/main/gluten-substrait/src/main/scala/org/apache/gluten/GlutenPlugin.scala#L161). You can see it comes from `Timezone` class. If `TimeZone.setDefault(timezone)` is called after plugin's initialization, definitely it will not really work. -- 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]
