Skip to content
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

Convert system schema tables to/from system_schema tables #51

Open
mpenick opened this issue Nov 30, 2021 · 0 comments
Open

Convert system schema tables to/from system_schema tables #51

mpenick opened this issue Nov 30, 2021 · 0 comments

Comments

@mpenick
Copy link
Contributor

mpenick commented Nov 30, 2021

Older versions of driver use to use schema tables that lived under system, but newer versions of Cassandra and DSE have removed those tables in favor of tables under system_schema. The proxy would have to intercept these queries and convert them to the new tables.

To make the connection process work for older driver that use schema tables under system the proxy currently return empty tables. In the future we could intercept these and return actual values if needed.

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

No branches or pull requests

1 participant