-
Notifications
You must be signed in to change notification settings - Fork 190
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
Add support for wrapper queries #630
Add support for wrapper queries #630
Conversation
Signed-off-by: Andrew Parmet <[email protected]>
9d0ce42
to
60812e2
Compare
*/ | ||
|
||
/* | ||
* Licensed to Elasticsearch B.V. under one or more contributor |
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.
The Elasticsearch header could be dropped, this is a new file, right?
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 suppose - I copied it from the other PR which has this header, so it's actually less clear that I can just drop it depending on where the other PR sourced the file.
@andrewparmet thank you for picking it up, would be great to have tests added for this change (and CHANGELOG entry) |
@reta Happy to - can you point me to the example test that most closely mirrors what you're looking for? Looks like most query variants don't have tests. |
Please check |
@andrewparmet could you please fix DCO ? (may need |
Signed-off-by: Andrew Parmet <[email protected]>
Signed-off-by: Andrew Parmet <[email protected]>
8ba5998
to
e5e6ace
Compare
@reta Should be good to go! |
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.
Thank you @andrewparmet!
* add wrapperquery Signed-off-by: Andrew Parmet <[email protected]> * add changelog entry Signed-off-by: Andrew Parmet <[email protected]> * add test Signed-off-by: Andrew Parmet <[email protected]> --------- Signed-off-by: Andrew Parmet <[email protected]> (cherry picked from commit 626e99c) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* add wrapperquery * add changelog entry * add test --------- (cherry picked from commit 626e99c) Signed-off-by: Andrew Parmet <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Adds support the wrapper query type. A rehash of #342, which appears to be abandoned.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.