-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[BUG FIX] Fix the visit of sub queries for HasParentQuery and HasChildQuery #18621
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
[BUG FIX] Fix the visit of sub queries for HasParentQuery and HasChildQuery #18621
Conversation
Signed-off-by: luyuncheng <[email protected]>
Signed-off-by: luyuncheng <[email protected]>
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.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18621 +/- ##
============================================
+ Coverage 72.75% 72.78% +0.03%
- Complexity 68402 68403 +1
============================================
Files 5563 5563
Lines 314164 314170 +6
Branches 45554 45554
============================================
+ Hits 228556 228674 +118
+ Misses 67087 66942 -145
- Partials 18521 18554 +33 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: luyuncheng <[email protected]>
modules/parent-join/src/main/java/org/opensearch/join/query/HasChildQueryBuilder.java
Outdated
Show resolved
Hide resolved
Signed-off-by: luyuncheng <[email protected]>
|
❌ Gradle check result for 4cef3d5: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: luyuncheng <[email protected]>
|
❌ Gradle check result for f0bb922: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❕ Gradle check result for f0bb922: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
6154ffe
into
opensearch-project:main
…dQuery (opensearch-project#18621) * ADD Parent-Join visit method. Signed-off-by: luyuncheng <[email protected]> * ADD Parent-Join visit method. Signed-off-by: luyuncheng <[email protected]> * ADD Parent-Join visit method. Signed-off-by: luyuncheng <[email protected]> * ADD Parent-Join visit method. Signed-off-by: luyuncheng <[email protected]> --------- Signed-off-by: luyuncheng <[email protected]>
…dQuery (opensearch-project#18621) * ADD Parent-Join visit method. Signed-off-by: luyuncheng <[email protected]> * ADD Parent-Join visit method. Signed-off-by: luyuncheng <[email protected]> * ADD Parent-Join visit method. Signed-off-by: luyuncheng <[email protected]> * ADD Parent-Join visit method. Signed-off-by: luyuncheng <[email protected]> --------- Signed-off-by: luyuncheng <[email protected]>
Description
In #13837 AND #14739 i see it fixed many scenarios queries, but we still need Join Query Builder to visit query builders. especially for neural search can visit embedding or other field
Related Issues
Check List
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.