Remove unused DSE metadata support - #1040
Open
dkropachev wants to merge 2 commits into
Open
Conversation
|
Important Review skippedToo many files! This PR contains 318 files, which is 218 over the limit of 100. To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch. Upgrade to a paid plan to raise the limit. Usage-priced reviews support at most 300 files. ⚙️ Run configurationConfiguration used: Organization UI Review profile: QUIET Plan: Pro Plus Run ID: 📒 Files selected for processing (318)
You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Aug 31, 2026
dkropachev
force-pushed
the
cleanup/1031-remove-dse-metadata
branch
from
August 31, 2026 16:24
184fe55 to
697dc02
Compare
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
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.
Closes #1031. Part of #1025.
What and why
Remove DSE node extras, schema metadata/parsers/queries, query-builder extensions, tests, fixtures, and documentation. ScyllaDB does not use or test these paths, so deleting them reduces unsupported production and test code. Ordinary Cassandra/Scylla metadata and query-builder behavior remains.
Dependency and rebase
This PR depends on #1036 and includes its exact current Graph-removal commit
aa660cfc5a. The metadata-removal commit is697dc02e00. After #1036 merges, rebase ontoscylla-4.x, dropaa660cfc5a, and retain/reapply697dc02e00.Validation
mvn -pl core,query-builder clean test— 4,004 tests, no failures or errorsmvn -pl integration-tests -am -DskipTests test-compilemvn -DskipTests install— full 17-module reactor, including shaded and distribution packaging