Skip to content

Conversation

@dhermes
Copy link
Contributor

@dhermes dhermes commented Mar 14, 2016

No description provided.

@dhermes dhermes added the api: bigtable Issues related to the Bigtable API. label Mar 14, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 14, 2016

# Scan with a row prefix.
prefix = ROW_KEY2[:-1]
self.assertEqual(prefix, ROW_KEY3[:-1])

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@tseaver
Copy link
Contributor

tseaver commented Mar 14, 2016

LGTM except for the extraneous assertions, which made me wonder if I were misreading something.

@dhermes
Copy link
Contributor Author

dhermes commented Mar 14, 2016

LMK what you think of my comments. I'd like to get this merged and wrap up the Happybase system tests (AFAIK only one PR left for those targeting Cloud Bigtable backend).

@tseaver
Copy link
Contributor

tseaver commented Mar 14, 2016

You can merge as it stands, but maybe follow up with an explanation of why you think those assertions might fail.

@dhermes
Copy link
Contributor Author

dhermes commented Mar 14, 2016

I don't think they'll fail. The assertions are there as a sanity check, i.e. we meant this to be true with the literals we created, but we want to make extra double sure.

dhermes added a commit that referenced this pull request Mar 14, 2016
Adding system tests for HappyBase Table.cells() and scan().
@dhermes dhermes merged commit 170767c into googleapis:master Mar 14, 2016
@dhermes dhermes deleted the sys-test-happybase-scan branch March 14, 2016 20:40
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtable Issues related to the Bigtable API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants