SourabhBadhya opened a new issue, #8112: URL: https://github.com/apache/iceberg/issues/8112
### Apache Iceberg version 1.3.0 (latest release) ### Query engine Hive ### Please describe the bug 🐞 Currently, timestamp with local time zone datatype uses the UTC timezone for constructing primitive Java objects. This can lead to incorrect results when the primitive Java objects is used as shown in [HIVE-27513](https://issues.apache.org/jira/browse/HIVE-27513). We need to use timezone of the object inspector while constructing primitive Java objects for timestamp with local time zone. A corresponding fix for Hive is present here - https://github.com/apache/hive/pull/4498. -- 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]
