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

Implicit precision loss when coercing TIME and TIME WITH TIME ZONE values #15861

Closed
findepi opened this issue Jan 26, 2023 · 1 comment · Fixed by #15862
Closed

Implicit precision loss when coercing TIME and TIME WITH TIME ZONE values #15861

findepi opened this issue Jan 26, 2023 · 1 comment · Fixed by #15862
Assignees
Labels
bug Something isn't working correctness
Milestone

Comments

@findepi
Copy link
Member

findepi commented Jan 26, 2023

trino> SELECT ARRAY[TIME '12:34:45.123456789012', TIME '12:34 +00:00'];
                  _col0
------------------------------------------
 [12:34:45.123+01:00, 12:34:00.000+00:00]
@martint
Copy link
Member

martint commented Jan 26, 2023

Related: #15865

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctness
2 participants