-
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
Star Tree File Formats #14809
Star Tree File Formats #14809
Conversation
❌ Gradle check result for b93a0ce: 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? |
94d1928
to
1b5009e
Compare
❌ Gradle check result for 94d1928: 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? |
1b5009e
to
1fc9add
Compare
❌ Gradle check result for 1fc9add: 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? |
72ef06f
to
9250579
Compare
❌ Gradle check result for 9250579: 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 cb32164: 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? |
Can this PR be broken down? |
server/src/main/java/org/apache/lucene/codecs/lucene90/StarTree99DocValuesProducer.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/codec/composite/Composite99DocValuesReader.java
Outdated
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/codec/composite/Composite99DocValuesReader.java
Outdated
Show resolved
Hide resolved
cb32164
to
7ded5ca
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14809 +/- ##
============================================
+ Coverage 72.02% 72.07% +0.04%
- Complexity 63769 63904 +135
============================================
Files 5249 5249
Lines 297795 298087 +292
Branches 43034 43071 +37
============================================
+ Hits 214480 214838 +358
+ Misses 65735 65633 -102
- Partials 17580 17616 +36 ☔ View full report in Codecov by Sentry. |
8946d85
to
40015c4
Compare
❕ Gradle check result for e13e400: 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. |
--------- Signed-off-by: Sarthak Aggarwal <[email protected]> (cherry picked from commit 6bae704) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
--------- (cherry picked from commit 6bae704) Signed-off-by: Sarthak Aggarwal <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
--------- Signed-off-by: Sarthak Aggarwal <[email protected]>
--------- Signed-off-by: Sarthak Aggarwal <[email protected]>
--------- Signed-off-by: Sarthak Aggarwal <[email protected]>
--------- Signed-off-by: Sarthak Aggarwal <[email protected]>
Description
Introducing the file formats for composite index. There could be multiple implementations of composite index, star-tree being one of them.
With this change, we introduce four new files.
cid
- Composite Index Datacim
- Composite Index Metacidvd
- Composite Doc Values Datacidvm
- Composite Doc Values MetaRelated Issues
Resolves #14837
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.