-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Support Hive's TIMESTAMP WITH LOCAL TIME ZONE #1240
Comments
We should map this to |
"timestamp with local time zone" suggests mapping into session zone, |
I agree that we should map this to |
if we had "instant" type (#2273) we could map to that. |
But we don't, and it's not clear that Trino needs such a type or how that type would interoperate with other datetime types and datetime functions. |
In order to solve this problem I suggest we review this PR and merge it with the current proposed approach to unblock existing users. If we ever end up creating an instant type we can reconsider and change. |
Hive 3.1 adds a new data type:
TIMESTAMP WITH LOCAL TIME ZONE
.Example:
Add support for this type in Hive connector.
The text was updated successfully, but these errors were encountered: