-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix handling of Avro timestamps created in Hive 3.1 #5144
Labels
Comments
I though this gonna require Hive 3.1.2 (see https://issues.apache.org/jira/browse/HIVE-21002, https://issues.apache.org/jira/browse/HIVE-21291) |
@dain have a look please. |
Yes, it can be reproduced in the HDP3 environment. |
homar
added a commit
to homar/trino
that referenced
this issue
Sep 1, 2021
trinodb#5144 Previously timestamps from avro were always read with UTC timezone. Now this timezone is extracted to configuration and can be set per catalog.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hive 3.1 has changed the semantics of timestamps in backward incompatible way for a number of file formats (see https://issues.apache.org/jira/browse/HIVE-21002). The impact of this change on Presto was addressed for Parquet and RCBinary, but it still manifests itself for Avro.
The text was updated successfully, but these errors were encountered: