SourabhBadhya commented on PR #8113: URL: https://github.com/apache/iceberg/pull/8113#issuecomment-1675131463
@rdblue AFAIK, Hive uses JVM default time zone as the timezone of the session. For `TIMESTAMP WITH LOCAL TIME ZONE` type, if multiple sessions are present running on different timezones, then each session will return the data corresponding to the timezone where the session is currently running. The underlying data can be written in any timezone, however, Hive must convert such values to the time zone of that session which is consistent with the behaviour of the `TIMESTAMP WITH LOCAL TIME ZONE` type. -- 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]
