Skip to content

Conversation

michaelsembwever
Copy link
Member

https://github.com/riptano/cndb/issues/15579

Port into main-5.0 commit 00c3200

CNDB-15448: Bump jvector to 4.0.0-rc.3 (https://github.com/datastax/cassandra/pull/2012)
### What is the issue
Fixes: https://github.com/riptano/cndb/issues/15448

### What does this PR fix and why was it fixed
Bumps jvector version. Commits:
https://github.com/datastax/jvector/compare/4.0.0-rc.2...4.0.0-rc.3

diff:


jvector % git log 4.0.0-rc.2...4.0.0-rc.3 --oneline
17169513 (tag: 4.0.0-rc.3) chore: update changelog for 4.0.0-rc.3 (https://github.com/datastax/cassandra/pull/528)
67b2f88d Regression enhancements (https://github.com/datastax/cassandra/pull/526)
baf87e80 chore: update changelog for 4.0.0-rc.3 (https://github.com/datastax/cassandra/pull/527)
f3d235cc Release 4.0.0-rc.3
cfb3004f streamline PR checklist (https://github.com/datastax/cassandra/pull/525)
df4a0688 add checklist template and initial CONTRIBUTIONS.md guide (https://github.com/datastax/cassandra/pull/523)
63db005a GraphIndexBuilder::addGraphNode must iterate all graph levels to estimate used bytes (https://github.com/datastax/cassandra/pull/521)
817a25c4 GitHub actions regression test (https://github.com/datastax/cassandra/pull/499)
8364012f Remove unused construction batch member from OnHeapGraphIndex (https://github.com/datastax/cassandra/pull/510)
1823b9be Switch from syncronized to concurrent map for pq codebook (https://github.com/datastax/cassandra/pull/518)
6d590ad7 Enable specifying the benchmarks in the yaml file (https://github.com/datastax/cassandra/pull/515)
1c298218 Create partial sums for PQ codebook for use during diversity checks (https://github.com/datastax/cassandra/pull/511)
a916a07c PQ ranging bugfix and refactoring (https://github.com/datastax/cassandra/pull/508)
66399923 Reducing the number of allocations in GraphSearcher (https://github.com/datastax/cassandra/pull/501)
51d4f0bb SimdOps and NativeSimd ops refactored, VectorUtilSupport simplified (https://github.com/datastax/cassandra/pull/498)
c5c3ff97 Add specific BuildScoreProvider for diversity to avoid extra encoding… (https://github.com/datastax/cassandra/pull/503)
631515df Start development on 4.0.0-rc.3-SNAPSHOT

Copy link

github-actions bot commented Oct 9, 2025

Checklist before you submit for review

  • This PR adheres to the Definition of Done
  • Make sure there is a PR in the CNDB project updating the Converged Cassandra version
  • Use NoSpamLogger for log lines that may appear frequently in the logs
  • Verify test results on Butler
  • Test coverage for new/modified code is > 80%
  • Proper code formatting
  • Proper title for each commit staring with the project-issue number, like CNDB-1234
  • Each commit has a meaningful description
  • Each commit is not very long and contains related changes
  • Renames, moves and reformatting are in distinct commits
  • All new files should contain the DataStax copyright header instead of the Apache License one

Fixes: riptano/cndb#15448

Bumps jvector version. Commits:
datastax/jvector@4.0.0-rc.2...4.0.0-rc.3

diff:

```
jvector % git log 4.0.0-rc.2...4.0.0-rc.3 --oneline
17169513 (tag: 4.0.0-rc.3) chore: update changelog for 4.0.0-rc.3 (#528)
67b2f88d Regression enhancements (#526)
baf87e80 chore: update changelog for 4.0.0-rc.3 (#527)
f3d235cc Release 4.0.0-rc.3
cfb3004f streamline PR checklist (#525)
df4a0688 add checklist template and initial CONTRIBUTIONS.md guide (#523)
63db005a GraphIndexBuilder::addGraphNode must iterate all graph levels to estimate used bytes (#521)
817a25c4 GitHub actions regression test (#499)
8364012f Remove unused construction batch member from OnHeapGraphIndex (#510)
1823b9be Switch from syncronized to concurrent map for pq codebook (#518)
6d590ad7 Enable specifying the benchmarks in the yaml file (#515)
1c298218 Create partial sums for PQ codebook for use during diversity checks (#511)
a916a07c PQ ranging bugfix and refactoring (#508)
66399923 Reducing the number of allocations in GraphSearcher (#501)
51d4f0bb SimdOps and NativeSimd ops refactored, VectorUtilSupport simplified (#498)
c5c3ff97 Add specific BuildScoreProvider for diversity to avoid extra encoding… (#503)
631515df Start development on 4.0.0-rc.3-SNAPSHOT
```
Copy link

@cassci-bot
Copy link

❌ Build ds-cassandra-pr-gate/PR-2054 rejected by Butler


1 regressions found
See build details here


Found 1 new test failures

Test Explanation Runs Upstream
o.a.c.cql3.validation.operations.AggregationQueriesTest.testAggregationQueryShouldNotTimeoutWhenItExceedesReadTimeout (compression) REGRESSION 🔴🔴 2 / 10

Found 6 known test failures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants