-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bigtable): Add support for reverse scans (#8755)
* feat: add more expressive range api * feat(bigtable): Add support for reverse scans * resolve feature flag conflict after merge * add a new constructor for chunkReader to avoid line noise * remove orphaned code * fix typo * adding a first test * extended RowRange to express bound types * adding unit tests * correcting backwards compatability behavior * adding test proxy support for reverse scan * added todo reminder * all unit tests pass * updated naming * fix retries on reverse scan * more tests * exposing client messages to test proxy formatting * exposing client messages to test proxy formatting * fixing vet errors * minor style tweaks * changing error message to be consistent with java and cpp * cleaning up code and adding tests * simplify RowRange valid logic * rolling back test proxy changes * rolling back test proxy * changed default bound type for better backwards compatability rolled back some integration test changes to ensure backwards compatability --------- Co-authored-by: Igor Berntein <igorbernstein@google.com>
- Loading branch information
1 parent
3e23a36
commit 244d135
Showing
5 changed files
with
786 additions
and
75 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.