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): support multiplexed session for Partitioned operations (#3231)
* feat(spanner): support multiplexed session for Partitioned read or query.
* chore(spanner): lint fixes
* feat(spanner): support multiplexed session for Partitioned DML operations.
* lint(spanner): javadoc fixes.
* feat(spanner): Updated unit tests of Partitioned operations for Multiplexed Session.
* feat(spanner): Updated unit tests of Partitioned operations for Multiplexed Session.
* lint(spanner): Apply suggestions from code review
Co-authored-by: Knut Olav Løite <[email protected]>
* lint(spanner): Apply suggestions from code review
Co-authored-by: Knut Olav Løite <[email protected]>
* feat(spanner): Modified BatchClientImpl to store multiplexed session and create fresh session after expiration date.
* feat(spanner): Removed env variable for Partitioned Ops ensuring that Multiplexed Session for Partitioned Ops is not available to customers.
* lint(spanner): Removed unused variables.
---------
Co-authored-by: Knut Olav Løite <[email protected]>
0 commit comments