-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Collection deserialisation needs to check for null tokens #3815
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
Conversation
…mpting to deserialise the value. Sql query results are composed of an array of values, with elements that may be null. Fixes #3813
Spoke with @codebrain about this change. Will update this PR with a different approach |
Integration test currently failing: Machine Learning - PreviewDatafeedApi
Integration test currently failing: |
…der to push generic constraint to code generator
Custom PreviewDatafeedResponseBuilder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left some comments
src/Nest/Cluster/NodesHotThreads/NodeHotThreadsResponseBuilder.cs
Outdated
Show resolved
Hide resolved
src/Nest/XPack/MachineLearning/PreviewDatafeed/PreviewDatafeedResponseBuilder.cs
Show resolved
Hide resolved
src/Nest/XPack/MachineLearning/PreviewDatafeed/PreviewDatafeedResponseBuilder.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left some comments
src/Nest/Cluster/NodesHotThreads/NodeHotThreadsResponseBuilder.cs
Outdated
Show resolved
Hide resolved
src/Nest/Cluster/NodesHotThreads/NodeHotThreadsResponseBuilder.cs
Outdated
Show resolved
Hide resolved
Co-Authored-By: Russ Cam <russ.cam@elastic.co>
Co-Authored-By: Russ Cam <russ.cam@elastic.co>
Check for deserialisation of response in the event of an error |
Sql query results are composed of an array of values, with elements that may be null.
Fixes #3813