-
Notifications
You must be signed in to change notification settings - Fork 105
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 int key in bucket level trigger aggregations #323
add support for int key in bucket level trigger aggregations #323
Conversation
Codecov Report
@@ Coverage Diff @@
## main #323 +/- ##
============================================
+ Coverage 76.83% 76.86% +0.03%
Complexity 176 176
============================================
Files 166 166
Lines 8369 8370 +1
Branches 1231 1232 +1
============================================
+ Hits 6430 6434 +4
+ Misses 1334 1328 -6
- Partials 605 608 +3
Continue to review full report at Codecov.
|
alerting/src/test/kotlin/org/opensearch/alerting/TriggerServiceTests.kt
Outdated
Show resolved
Hide resolved
alerting/src/test/kotlin/org/opensearch/alerting/TriggerServiceTests.kt
Outdated
Show resolved
Hide resolved
b21e70e
to
750fef7
Compare
Hi @qreshi @rishabhmaurya , fixed the code review comments. Added a test case for composite aggregation case. Stacktrace:
Initial debugging suggests its an |
Looks like you're using |
@qreshi sure I'll test with OS 1.3 snapshot & see if the same issue still exists. |
hi @qreshi , i produced the following issue with OS 1.3 & looks like the code that is causing this issue is still in the os-core create index In
& then
Now click on
Actual error in the logs:
|
@sbcd90 Thanks for the additional info. Also, what was the response of the extraction query itself? |
hi @qreshi , here is the response
|
As per discussions with @qreshi & @rishabhmaurya & after debugging However, there is a way to make
|
Signed-off-by: Subhobrata Dey <[email protected]>
750fef7
to
9e172e8
Compare
Signed-off-by: Subhobrata Dey <[email protected]>
Signed-off-by: Subhobrata Dey <[email protected]>
b037151
to
d2629b7
Compare
Signed-off-by: Subhobrata Dey <[email protected]>
…rch-project#323) Signed-off-by: Angie Zhang <[email protected]>
…rch-project#323) Signed-off-by: Angie Zhang <[email protected]>
Signed-off-by: Subhobrata Dey [email protected]
Issue #, if available:
fixes #311
Description of changes:
Add support for int datatype as bucket keyField
CheckList:
[X] Commits are signed per the DCO using --signoff
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.