Conversation
🧪 CI InsightsHere's what we observed from your CI run for dbff09d. 🟢 All jobs passed!But CI Insights is watching 👀 |
|
@dependabot rebase |
6276081 to
199bcae
Compare
|
@dependabot rebase |
199bcae to
f96ea4a
Compare
|
@dependabot rebase |
f96ea4a to
3301487
Compare
Bumps [io.github.jbellis:jvector](https://github.com/jbellis/jvector) from 4.0.0-rc.7 to 4.0.0-rc.8. - [Changelog](https://github.com/datastax/jvector/blob/main/CHANGELOG.md) - [Commits](datastax/jvector@4.0.0-rc.7...4.0.0-rc.8) --- updated-dependencies: - dependency-name: io.github.jbellis:jvector dependency-version: 4.0.0-rc.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
3301487 to
dbff09d
Compare
|
Dependency Bump Review: jvector 4.0.0-rc.7 to 4.0.0-rc.8. One-line change in engine/pom.xml. The rc.8 release includes two notable bug fixes: (1) Move buffer position in ByteBufferIndexWriter#writeFloats - a correctness fix preventing potential vector index data corruption; (2) Ensure extractTrainingVectors caps at MAX_PQ_TRAINING_SET_SIZE - prevents excessive memory pressure during PQ index construction. There is also an internal refactor of the parallel writer that these fixes depend on, plus lower-risk benchmark/diagnostic additions. The bug fixes are worth having, but since this is still a release candidate (rc.8), the parallel writer refactor carries some risk. Recommend running HnswVectorIndexTest and related vector index tests before merging. The existing do-not-merge label is appropriate if waiting for the stable 4.0.0 release. |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3439 +/- ##
==========================================
+ Coverage 65.65% 65.75% +0.10%
==========================================
Files 1518 1518
Lines 105406 105406
Branches 21826 21826
==========================================
+ Hits 69204 69313 +109
+ Misses 26859 26756 -103
+ Partials 9343 9337 -6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bumps io.github.jbellis:jvector from 4.0.0-rc.7 to 4.0.0-rc.8.
Changelog
Sourced from io.github.jbellis:jvector's changelog.
Commits
8b3e93cchore: update changelog for 4.0.0-rc.8 (#627)9d0488erelease 4.0.0-rc.8 (#626)570bd11Refactor parallel writer (#608)20c348eMove buffer position in ByteBufferIndexWriter#writeFloats (#607)d9ddce5Ensure extractTrainingVectors return a list of at most MAX_PQ_TRAINING_SET_SI...d663b4fadd config options for regression testing (#609)7e493eeOn-disk index cache for the Grid benchmark harness (#612)e263cc8Improved dataset loading; fixes, safeties, diagnostics, and better feedback (...6b235cebump to next SNAPSHOT (#605)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)