Set the "missing" key in ES sorter#8964
Conversation
|
Semgrep found 4
No explicit |
5faed84 to
6c98e20
Compare
6c98e20 to
cd57af6
Compare
awln-temporal
left a comment
There was a problem hiding this comment.
fmi, what is the bug fix here? From what I understand, the bug in OpenSearch 2.8.0 was occurring when users specify any missing flag in the sorter. Why are we explicitly setting it now as a fix?
|
@awln-temporal The bug is when |
## What changed? Explicitly set the `"missing"` key in ES sorter. This is to address pagination bug in OpenSearch 2.8.0+ (see opensearch-project/OpenSearch#8212 (comment)). Run CI tests with latest version of OpenSearch 2 and OpenSearch 3. ## Why? Full support of OpenSearch as visibility store. ## How did you test it? - [ ] built - [ ] run locally and tested manually - [x] covered by existing tests - [ ] added new unit test(s) - [ ] added new functional test(s) ## Potential risks
|
Can we add this support into the doc to clearly highlight that Opensearch is supported ? |
|
@barryib Once v1.30.1 is released, the docs will be updated. |
What changed?
Explicitly set the
"missing"key in ES sorter. This is to address pagination bug in OpenSearch 2.8.0+ (see opensearch-project/OpenSearch#8212 (comment)).Run CI tests with latest version of OpenSearch 2 and OpenSearch 3.
Why?
Full support of OpenSearch as visibility store.
Issue: #5680
How did you test it?
Potential risks