-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 databoost property for batch transactions #8152
feat(spanner): add databoost property for batch transactions #8152
Conversation
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, Can we just re-check why the integration tests are passing ?
@@ -188,6 +192,9 @@ func (ro ReadOptions) merge(opts ReadOptions) ReadOptions { | |||
if opts.RequestTag != "" { | |||
merged.RequestTag = opts.RequestTag | |||
} | |||
if opts.DataBoostEnabled { |
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.
Hmmm.... This means that you cannot override a false
value in ro
. I guess that is OK, as we don't allow 'unsetting' any of the other values through this method either. (No action needed, just thinking out loud....)
Adding support for databoost enabled in PartitionedRead and PartitionedQuery