Skip to content

Conversation

@jaeyeolshin
Copy link

@jaeyeolshin jaeyeolshin commented Jan 2, 2026

This PR aims to fix #296.

Additionally this changes the behavior read or lookup commands when ":" is passed as the columns argument. Currently when ":" is passed, cbt reads rows with an empty family and this causes the following server error.

2026/01/02 20:55:08 Reading row: rpc error: code = InvalidArgument desc = Error in field 'family_name_regex_filter' : argument must not be empty

But this PR changes it to read rows with an empty column qualifier, which is allowed to bigtable.

@jaeyeolshin jaeyeolshin requested review from a team and igorbernstein2 as code owners January 2, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Colon is not allowed in column qualifiers when specifying columns argument

2 participants