-
Notifications
You must be signed in to change notification settings - Fork 3.8k
CASSANDRA-15679 Use str instead of bytearray for blobs in copyutil.py 3.0 #508
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blambov
pushed a commit
to blambov/cassandra
that referenced
this pull request
Sep 30, 2022
…che#508) * port CNDB-1250 Flushing causes exceptions for offline services. Skip flushing for these services. * port CNDB-2495 (DSE changes only)
ekaterinadimitrova2
pushed a commit
to ekaterinadimitrova2/cassandra
that referenced
this pull request
Jun 3, 2024
michaeljmarshall
added a commit
to michaeljmarshall/cassandra
that referenced
this pull request
Oct 7, 2025
### What is the issue Fixes: riptano/cndb#15448 ### What does this PR fix and why was it fixed 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 (apache#528) 67b2f88d Regression enhancements (apache#526) baf87e80 chore: update changelog for 4.0.0-rc.3 (apache#527) f3d235cc Release 4.0.0-rc.3 cfb3004f streamline PR checklist (apache#525) df4a0688 add checklist template and initial CONTRIBUTIONS.md guide (apache#523) 63db005a GraphIndexBuilder::addGraphNode must iterate all graph levels to estimate used bytes (apache#521) 817a25c4 GitHub actions regression test (apache#499) 8364012f Remove unused construction batch member from OnHeapGraphIndex (apache#510) 1823b9be Switch from syncronized to concurrent map for pq codebook (apache#518) 6d590ad7 Enable specifying the benchmarks in the yaml file (apache#515) 1c298218 Create partial sums for PQ codebook for use during diversity checks (apache#511) a916a07c PQ ranging bugfix and refactoring (apache#508) 66399923 Reducing the number of allocations in GraphSearcher (apache#501) 51d4f0bb SimdOps and NativeSimd ops refactored, VectorUtilSupport simplified (apache#498) c5c3ff97 Add specific BuildScoreProvider for diversity to avoid extra encoding… (apache#503) 631515df Start development on 4.0.0-rc.3-SNAPSHOT ```
michaelsembwever
pushed a commit
to thelastpickle/cassandra
that referenced
this pull request
Jan 7, 2026
michaelsembwever
pushed a commit
to thelastpickle/cassandra
that referenced
this pull request
Jan 7, 2026
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 (apache#528) 67b2f88d Regression enhancements (apache#526) baf87e80 chore: update changelog for 4.0.0-rc.3 (apache#527) f3d235cc Release 4.0.0-rc.3 cfb3004f streamline PR checklist (apache#525) df4a0688 add checklist template and initial CONTRIBUTIONS.md guide (apache#523) 63db005a GraphIndexBuilder::addGraphNode must iterate all graph levels to estimate used bytes (apache#521) 817a25c4 GitHub actions regression test (apache#499) 8364012f Remove unused construction batch member from OnHeapGraphIndex (apache#510) 1823b9be Switch from syncronized to concurrent map for pq codebook (apache#518) 6d590ad7 Enable specifying the benchmarks in the yaml file (apache#515) 1c298218 Create partial sums for PQ codebook for use during diversity checks (apache#511) a916a07c PQ ranging bugfix and refactoring (apache#508) 66399923 Reducing the number of allocations in GraphSearcher (apache#501) 51d4f0bb SimdOps and NativeSimd ops refactored, VectorUtilSupport simplified (apache#498) c5c3ff97 Add specific BuildScoreProvider for diversity to avoid extra encoding… (apache#503) 631515df Start development on 4.0.0-rc.3-SNAPSHOT ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://issues.apache.org/jira/browse/CASSANDRA-15679