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

[Backport] SQL: Fix precision of TIMESTAMP types. #6240

Merged
merged 1 commit into from
Aug 27, 2018

Conversation

gianm
Copy link
Contributor

@gianm gianm commented Aug 26, 2018

Backport of #5464 to 0.12.3.

@gianm gianm added the Backport label Aug 26, 2018
@gianm gianm added this to the 0.12.3 milestone Aug 26, 2018
@fjy
Copy link
Contributor

fjy commented Aug 27, 2018

@gianm there's conflicts

Druid stores timestamps down to the millisecond, so we should use
precision = 3. Setting this wrong sometimes caused milliseconds
to be ignored in timestamp literals.

Fixes apache#5337.
@gianm
Copy link
Contributor Author

gianm commented Aug 27, 2018

Resolved the conflicts.

@fjy fjy merged commit 3a63540 into apache:0.12.3 Aug 27, 2018
@gianm gianm deleted the backport-5464-to-0.12.3 branch September 23, 2022 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants