HDFGroup / HDFGroup/hermes

Consider adding ability to merge and split Blobs

Open
#175 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.