-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Problem
Although a colon is valid character in column qualifiers, cbt command doesn't allow it.
Environment details
- Programming language:
- OS: MacOS
- Language runtime version:
- Package version: 1.22.0 72e0126 2024-08-16 17:09:27
Steps to reproduce
- run the following
cbtcommand
# where a is the column family and b:c is the column qualifier
$ cbt -project foo -instance bar lookup baz "qux" columns="a:b:c"
2026/01/02 20:49:02 -creds flag unset, will use gcloud credential
2026/01/02 20:49:03 bad format for column "a:b:c"Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.