Consider adding ability to merge and split Blobs
Open
- Dominant language
- C++
- Stars
- 34
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
```c++
Status Bucket::MergeBlobs(const std::vector &old_names, const std::string &new_name);
Status Bucket::SplitBlobs(const std::string &old_name, const std::vector &new_names);
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Bucket::MergeBlobs and Bucket::SplitBlobs entry points shown in the issue. Define the expected merge and split behavior, validation, storage effects, and completion criteria before locating the implementation and tests; no files or tests are named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100