Replies: 1 comment
-
Yes, if you could submit a PR that'd be great! There is information on contributing here, in particular the requirement that contributors sign the Contributor License Agreement (CLA). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cassandra version 5 has been released. Early tests seem to show that only table creation is causing issues. In the compression options,
sstable_compression
andchunk_length_kb
are used here, but they have been deprecated since Cassandra 3 and removed in Cassandra 5. They have been replaced byclass
andchunk_length_in_kb
.Even though support for Cassandra version 5 is not official yet, replacing these options would make testing this new version easier. Would you like me to create a PR for this?
Beta Was this translation helpful? Give feedback.
All reactions