janusgraph icon indicating copy to clipboard operation
janusgraph copied to clipboard

Replace deprecated compression options in cql

Open To-om opened this issue 1 year ago • 1 comments

Closes discussion #4688


For all changes:

  • [x] Is there an ~issue~ discussion associated with this PR? Is it referenced in the commit message?
  • [x] Does your PR body contain #xyz where xyz is the ~issue~ discussion number you are trying to resolve?
  • [x] Has your PR been rebased against the latest commit within the target branch (typically master)?
  • [x] Is your initial contribution a single, squashed commit?

For code changes:

  • [ ] Have you written and/or updated unit tests to verify your changes?
  • [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?
  • [ ] If applicable, have you updated the LICENSE.txt file, including the main LICENSE.txt file in the root of this repository?
  • [ ] If applicable, have you updated the NOTICE.txt file, including the main NOTICE.txt file found in the root of this repository?

For documentation related changes:

  • [ ] Have you ensured that format looks appropriate for the output in which it is rendered?

To-om avatar Oct 08 '24 06:10 To-om

ScyllaDB still uses the old options from Cassandra 2. Therefore, two different table initialization methods are needed to account for this difference.

The incompatibility of compression options has been reported here:

  • scylladb/scylladb#4200
  • scylladb/scylladb/issues/2061

To-om avatar Oct 09 '24 07:10 To-om