-
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(spanner): add directed reads feature (#7668)
* feat(spanner): add auto generated proto changes for directed reads * feat(spanner): add code changes for directed read feature * feat(spanner): add integration tests for directed read options * feat(spanner): pass DirectedOptions set in client level for Query when request level options are not set * feat(spanner): add unit tests for directed reads * feat(spanner): reuse validate function for directed read options * feat(spanner): code refactoring and comments * feat(spanner): throw error when directed read options set in PDML * feat(spanner): add unit tests to validate errors during RW transaction and PDML * feat(spanner): return error when Directed Read Options set for Partitioned BatchReadOnlyTransaction * feat(spanner): modify error message * feat(spanner): refactor unit test name * fix(spanner): test case * fix(spanner): test case * feat(spanner): remove manual autogenerated code changes * feat(spanner): remove client side validations for directed read options * feat(spanner): skip test for emulator * feat(spanner): go mod tidy * feat(spanner): consider client level dro for BatchReadOnlyTransaction as transaction type is read-only * feat(spanner): code refactor * feat(spanner): remove unit test for partitioned update * feat(spanner): rename test
- Loading branch information
1 parent
bbff8ac
commit a42604a
Showing
5 changed files
with
425 additions
and
115 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
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.