PHILO-HE commented on issue #9830: URL: https://github.com/apache/incubator-gluten/issues/9830#issuecomment-2948142080
@mani-sethu, if local session timezone is not explicitly configured by spark user, it will be detected from OS. This config will be passed to Gluten and native engine. From you provided log, I see IST is used as timezone name. According to [spark doc](https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala#L3337), short timezone names are not recommended. So I think you can set spark local session zone with other name equivalent to IST. -- 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]
