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

Fix precision loss when coercing TIME to TIME TZ and fix abundant precision when coercing DATE to TIMESTAMP TZ #15862

Conversation

findepi
Copy link
Member

@findepi findepi commented Jan 26, 2023

Fixes #15861
Fixes #15865

@findepi
Copy link
Member Author

findepi commented Jan 26, 2023

CI #12535

@findepi findepi changed the title Fix precision loss when coercing TIME to TIME TZ Fix precision loss when coercing TIME to TIME TZ and fix abundant precision when coercing DATE to TIMESTAMP TZ Jan 26, 2023
@findepi findepi force-pushed the findepi/fix-precision-loss-when-coercing-time-to-time-tz-70acd5 branch from 6f45e63 to 1b4b7b4 Compare January 26, 2023 20:16
Previously `date` would coerce to `timestamp(3) with time zone`, now it
gets coerced to `timestamp(0) with time zone`.
@findepi findepi force-pushed the findepi/fix-precision-loss-when-coercing-time-to-time-tz-70acd5 branch from 1b4b7b4 to b66b0c9 Compare January 27, 2023 08:41
@findepi findepi merged commit 82979e3 into trinodb:master Jan 27, 2023
@findepi findepi deleted the findepi/fix-precision-loss-when-coercing-time-to-time-tz-70acd5 branch January 27, 2023 08:41
@findepi findepi mentioned this pull request Jan 27, 2023
@github-actions github-actions bot added this to the 407 milestone Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants