-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scylla-sstable): switch from
--scylla-yaml-file
to `SCYLLA_CONF…
…` env variable since the scylla sstable code doesn't fallback into any other option but reading schema from sstable of system tables, if --scylla-yaml-file is used. switching to SCYLLA_CONF env variable should make the tool use other fallback options like reading the assuming the schema from the sstable we want to read. Ref: scylladb/scylla-enterprise#4660 (cherry picked from commit 92febe8)
- Loading branch information
Showing
2 changed files
with
6 additions
and
4 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