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

Merged
merged 2 commits into from Jan 30, 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

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. Implment custom serialisation to include the nanos.

Follows: elastic#67666
@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 47622d6 into elastic:master Jan 30, 2021
@matriv matriv deleted the fix-nanos-serialization branch January 30, 2021 20:15
matriv added a commit that referenced this pull request Jan 31, 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)
alyokaz pushed a commit to alyokaz/elasticsearch that referenced this pull request Mar 10, 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: elastic#67666
easyice pushed a commit to easyice/elasticsearch that referenced this pull request Mar 25, 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: elastic#67666
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

4 participants