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

SQL: Fix ZonedDateTime with nanos serialisation (#68253) #68254

Merged
merged 2 commits into from Jan 31, 2021

Conversation

matriv
Copy link
Contributor

@matriv matriv commented Jan 30, 2021

Previously the ConstantProcessor was using the
[read/write]GenericValue for ZonedDateTime which is implemented in
StreamInput and doesn't read/write the nanos resolution of the
objects. Implement custom serialisation to include the nanos.

Follows: #67666
(cherry picked from commit 47622d6)

Previously the `ConstantProcessor` was using the
`[read/write]GenericValue` for ZonedDateTime which is implemented in
`StreamInput` and doesn't read/write the nanos resolution of the
objects. Implement custom serialisation to include the nanos.

Follows: elastic#67666
(cherry picked from commit 47622d6)
@elasticmachine elasticmachine added the Team:QL (Deprecated) Meta label for query languages team label Jan 30, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-ql (Team:QL)

@matriv matriv merged commit 8b33ee6 into elastic:7.x Jan 31, 2021
@matriv matriv deleted the backport-68253-7.x branch January 31, 2021 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/SQL SQL querying backport Team:QL (Deprecated) Meta label for query languages team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants