-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Changes to support IP field in star tree indexing #16641
base: main
Are you sure you want to change the base?
Conversation
❌ Gradle check result for 5ed38f0: 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? |
5ed38f0
to
15a58b4
Compare
15a58b4
to
217db78
Compare
❕ Gradle check result for 217db78: 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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16641 +/- ##
============================================
- Coverage 72.06% 72.05% -0.01%
- Complexity 65189 65225 +36
============================================
Files 5318 5319 +1
Lines 303942 303976 +34
Branches 43975 43979 +4
============================================
- Hits 219039 219036 -3
- Misses 66915 67008 +93
+ Partials 17988 17932 -56 ☔ View full report in Codecov by Sentry. |
...main/java/org/opensearch/index/codec/composite/composite912/Composite912DocValuesWriter.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java
Show resolved
Hide resolved
ab950b2
to
3edb512
Compare
❌ Gradle check result for 3edb512: 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? |
3edb512
to
dbde796
Compare
❌ Gradle check result for dbde796: 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: bharath-techie <[email protected]>
dbde796
to
bc2e847
Compare
❌ Gradle check result for bc2e847: 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: bharath-techie <[email protected]>
bc2e847
to
7a81d2f
Compare
❕ Gradle check result for 7a81d2f: 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. |
Description
The changes include support for IP field as part of star tree index as part of dimensions specifically.
Related Issues
Resolves #16642
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.