Uh oh!
There was an error while loading. Please reload this page.
Adding HappyBase system tests for families and counters. - #1595
Merged
Conversation
| def __init__(self, regex): | ||
| self.regex = regex | ||
| self.regex = _to_bytes(regex) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
These tests exposed an issue with regex filters. When a protobuf bytes field received a unicode object, bad things happened.
dhermesforce-pushed
the
happybase-sys-test-counter
branch
from
March 11, 2016 21:16
15ca673 to
25f22baCompare| def __init__(self, regex): | ||
| self.regex = regex | ||
| self.regex = _to_bytes(regex) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
dhermes
commented
Mar 11, 2016
ContributorAuthor
@tseaver PTAL |
dhermes
commented
Mar 12, 2016
ContributorAuthor
@tseaver LGTY to merge? |
tseaver
commented
Mar 12, 2016
Contributor
LGTM |
dhermes added a commit
that referenced
this pull request
Mar 12, 2016
Adding HappyBase system tests for families and counters.
parthea added a commit
that referenced
this pull request
Nov 24, 2025
* chore(deps): update all dependencies * revert --------- Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit
that referenced
this pull request
Nov 26, 2025
* fix: remove token_info call from token refresh path * update secret * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea added a commit
that referenced
this pull request
Mar 6, 2026
In response to internal issue 285136859. Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit
that referenced
this pull request
Mar 9, 2026
…PU (#1595) Co-authored-by: Chandra Shekhar Sirimala <chandrasiri@google.com>
parthea pushed a commit
that referenced
this pull request
Apr 1, 2026
…havior comparison (#1595) * refactor: refactor read_csv and tests based on bigquery vs. pandas behavior comparison * address comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These tests exposed an issue with regex filters. When a protobuf bytes field received a unicode object, bad things happened.