You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add support for Directed Read options (#2766)
* fix: prevent illegal negative timeout values into thread sleep() method while retrying exceptions in unit tests.
* For details on issue see - #2206
* Fixing lint issues.
* feat: add support for Directed Read options.
* chore: fix lint issues.
* test: add unit tests for options class.
* test: add tests using mock spanner.
* test: add unit test for partitioned read.
* test: add unit test for partitioned read.
* chore: adding option in spanner options.
* chore: fix NPE.
* chore: disabling test on emulator.
* chore: adding test for query in RW transaction.
* chore: adding IT for transaction manager interface.
* chore: disable IT for emulator.
* chore: PR comments.
* chore: address PR comments.
0 commit comments