Skip to content
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

Numeric overflow when handling large TIMESTAMP WITH TIME ZONE values #3956

Closed
findepi opened this issue Jun 7, 2020 · 1 comment · Fixed by #3955
Closed

Numeric overflow when handling large TIMESTAMP WITH TIME ZONE values #3956

findepi opened this issue Jun 7, 2020 · 1 comment · Fixed by #3955
Labels
bug Something isn't working
Milestone

Comments

@findepi
Copy link
Member

findepi commented Jun 7, 2020

presto> SELECT TIMESTAMP '123001-01-01 01:59:59.999 UTC';
             _col0
-------------------------------
 -19713-08-11 09:30:29.503 UTC
@findepi findepi added the bug Something isn't working label Jun 7, 2020
@findepi
Copy link
Member Author

findepi commented Jun 7, 2020

The problem is not limited to literals only.

@findepi findepi added this to the 335 milestone Jun 11, 2020
@findepi findepi mentioned this issue Jun 11, 2020
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

1 participant