-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Rare terms aggregation precomputation #18978
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
Rare terms aggregation precomputation #18978
Conversation
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
|
❌ Gradle check result for 630da67: null 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: Anthony Leong <aj.leong623@gmail.com>
|
❌ Gradle check result for ab1e010: 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: Anthony Leong <aj.leong623@gmail.com>
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
asimmahmood1
left a comment
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.
Learned about bucketOrds.add(ord, bytes) logic as well (line 113).
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
|
❌ Gradle check result for 09140dc: 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? |
...src/main/java/org/opensearch/search/aggregations/bucket/terms/StringRareTermsAggregator.java
Show resolved
Hide resolved
...src/main/java/org/opensearch/search/aggregations/bucket/terms/StringRareTermsAggregator.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
…b.com/ajleong623/OpenSearch into aggregation-precomputation-rare-terms
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
|
❕ Gradle check result for 9705456: 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. |
|
@msfroh I notice that you made a couple of suggestions and comments last week, and I think I was able to address them. Let me know your thoughts on how I addressed those comments. |
Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
|
Happy to see this change going in 3.3 :D |
--------- Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
--------- Signed-off-by: Anthony Leong <aj.leong623@gmail.com>
Description
This is the pull request for using aggregation precomputation on rare terms. This is part of pull request #18927.
Related Issues
Resolves #13122 #10954
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.