| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| # Scan with a row prefix. | ||
| prefix = ROW_KEY2[:-1] | ||
| self.assertEqual(prefix, ROW_KEY3[:-1]) |
|
LGTM except for the extraneous assertions, which made me wonder if I were misreading something. |
Sorry, something went wrong.
|
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). |
Sorry, something went wrong.
|
You can merge as it stands, but maybe follow up with an explanation of why you think those assertions might fail. |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
Adding system tests for HappyBase Table.cells() and scan().
* chore(deps): update all dependencies * revert --------- Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* chore(deps): update all dependencies * revert urllib3 --------- Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Add support for partial list buckets
🤖 I have created a release *beep* *boop* --- ## [3.6.0](googleapis/python-storage@v3.5.0...v3.6.0) (2025-11-17) ### Features * Add support for partial list buckets ([#1606](googleapis/python-storage#1606)) ([92fc2b0](googleapis/python-storage@92fc2b0)) * Make return_partial_success and unreachable fields public for list Bucket ([#1601](googleapis/python-storage#1601)) ([323cddd](googleapis/python-storage@323cddd)) * **zb-experimental:** Add async write object stream ([5ab8103](googleapis/python-storage@5ab8103)) * **zb-experimental:** Add async write object stream ([#1612](googleapis/python-storage#1612)) ([5ab8103](googleapis/python-storage@5ab8103)) ### Bug Fixes * Dont pass credentials to StorageClient ([#1608](googleapis/python-storage#1608)) ([195d644](googleapis/python-storage@195d644)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
No description provided.