-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Spanner): Add directed read samples #1939
Conversation
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
Co-authored-by: Vishwaraj Anand <[email protected]>
|
||
namespace Google\Cloud\Samples\Spanner; | ||
|
||
// [START spanner_directed_read] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure this is the correct tag? Only C++ seems to have implemented this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! Its mentioned in the shared design doc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, approving to unblock.
Pls check the region_tag
and run tests once before merge.
This is dependent on googleapis/google-cloud-php#6078
Once the dependent PR merged, need to update the
composer.json
file to match thegoogle-cloud-php
latest version.