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(spanner): inline begin transaction for ReadWriteTransactions (#7149)
* feat(spanner): inline begin transaction
* fix apidiff install issue
* fix github workflow install issue
* add test to for a read/write transaction executing two queries in parallel as the first statement, transactionID used should be same and the other should block until the first has returned a transactionID.
* incorporate requested changes
* fix check
* incorporate requested changes
* minor fixes
* fix benchmark tests
* feat(spanner): testcase fixes
* feat(spanner): nit add key to struct
* incoporate suggested changes
* incorporate requested changes
* re-trigger checks
Co-authored-by: harshachinta <[email protected]>
0 commit comments