googleapis / googleapis/cloud-bigtable-cbt-cli
Feature request: cbt read cells-per-row option
- Dominant language
- Go
- Stars
- 15
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I was trying to test how BigTable behaves when you send a zero cells-per-row row filter and reached for `cbt read` to construct a request but it didn't have the option.
**Describe the solution you'd like**
```
cbt read cells-per-column=n
```
**Describe alternatives you've considered**
Hand-rolling the request myself using the SDK.
Contributor guide
Research direction
Start at the `cbt read` command and trace how its row-filter options are parsed and passed into the Bigtable request. Resolve the mismatch between the title's cells-per-row wording and the example's cells-per-column wording, then add the requested option and verify that `cbt read` produces a request with the intended zero cells-per-row filter.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100