forked from scylladb/scylladb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 'sstables: change make_descriptor() to accept fs::path' from Ke…
…fu Chai to lower the programmer's cognitive load. as programmer might want to pass the full path as the `fname` when calling `make_descriptor(sstring sstdir, sstring fname)`, but this overload only accepts the filename component as its second parameter. a single `path` parameter would be easier to work with. Refs scylladb#15187 Closes scylladb#15188 * github.com:scylladb/scylladb: sstable: add samples of fname to be matched by regex sstables: change make_descriptor() to accept fs::path sstables: switch entry_descriptor(sstring..) to std::string_view sstables: change make_descriptor() to accept fs::path
- Loading branch information
Showing
5 changed files
with
20 additions
and
17 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
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
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