V3 spanner mux session default#15934
V3 spanner mux session default#15934scotthart wants to merge 5 commits intogoogleapis:prepare-for-v3.0.0from
Conversation
Summary of ChangesHello @scotthart, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces a significant change to the Google Cloud Spanner C++ client library by making multiplexed sessions the default operational mode. This streamlines the user experience by eliminating the need for explicit configuration of multiplexing and deprecating various session pool options that are no longer relevant. The changes also include comprehensive updates to tests and examples to ensure they align with this new default behavior, enhancing code consistency and maintainability. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the Spanner client to enable multiplexed sessions by default, deprecating several session pool options that are no longer relevant in this new model. It also includes minor C++ style improvements in Bigtable examples and adjusts Spanner tests to reflect the new session management strategy. The changes are consistent with the goal of simplifying session handling by making multiplexed sessions the standard.
bab8f40 to
8b3bd0b
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## prepare-for-v3.0.0 #15934 +/- ##
======================================================
- Coverage 92.79% 92.62% -0.18%
======================================================
Files 2332 2332
Lines 214386 213386 -1000
======================================================
- Hits 198946 197651 -1295
- Misses 15440 15735 +295 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This change is