Skip to content

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

Merged
fjy merged 1 commit intoapache:0.12.3from
gianm:backport-5464-to-0.12.3
Aug 27, 2018
Merged

[Backport] SQL: Fix precision of TIMESTAMP types.#6240
fjy merged 1 commit intoapache:0.12.3from
gianm:backport-5464-to-0.12.3

Conversation

@gianm
Copy link
Copy Markdown
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
Copy Markdown
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 gianm force-pushed the backport-5464-to-0.12.3 branch from e1771eb to 9b81240 Compare August 27, 2018 03:11
@gianm
Copy link
Copy Markdown
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.

2 participants