mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 18:10:39 +00:00
`load_one_schema()` and `load_schemas_from_file()` are dropped, as they are neither used by `scylla-sstable` or tested by `schema_loader_test.cc` . the latter tests `load_schemas()`, which is quite the same as `load_one_schema_from_file()`, but is more permissive in the sense that it allows zero schema or more than one schema in the specified path. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes #13003