Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bigtable): Support last_scanned_row_key in emulator #8343

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

steveniemitz
Copy link
Contributor

This updates the bigtable emulator to simulate sending back last_scanned_row_key responses if the client requests them (via a feature flag). We use rows that don't match the incoming filter here, which is a good simulation of what the server would do.

@steveniemitz steveniemitz requested review from igorbernstein2, bhshkh and a team as code owners July 27, 2023 21:47
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigtable Issues related to the Bigtable API. labels Jul 27, 2023
@steveniemitz steveniemitz force-pushed the bt-lsr-emu branch 2 times, most recently from 7f6285b to 559a533 Compare July 28, 2023 13:20
@mutianf mutianf merged commit d53ef45 into googleapis:main Jul 28, 2023
gcf-merge-on-green bot pushed a commit that referenced this pull request Jul 28, 2023
This adds support for last_scanned_row_key to the bigtable client, as well as sending feature flags to the server.

note: this depends on #8343
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. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants