-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(backup): use old driver side describe for older Scylla versions
It is safer to keep on using the driver implementation of DESCRIBE SCHEMA for older Scylla versions, because: - older Scylla versions (e.g. 2022) don't support server side describe - it won't be used for restore purposes anyway Fixes #3903
- Loading branch information
1 parent
9dd98ab
commit 772cc4d
Showing
2 changed files
with
78 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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