Skip to content
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 ExcludeTransactionFromChangeStreamsOption #13898

Merged
merged 1 commit into from Mar 31, 2024

Conversation

devbww
Copy link
Collaborator

@devbww devbww commented Mar 31, 2024

Mutations within an ExecutePartitionedDml(), the mutation-groups overload of a CommitAtLeastOnce(), or any read-write transaction, will not be recorded in change streams that track the modified columns if this new option is set and the change stream has the allow_txn_exclusion option set.


This change is Reviewable

Mutations within an ExecutePartitionedDml(), the mutation-groups
overload of a CommitAtLeastOnce(), or any read-write transaction,
will not be recorded in change streams that track the modified
columns if this new option is set and the change stream has the
`allow_txn_exclusion` option set.
@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label Mar 31, 2024
Copy link

codecov bot commented Mar 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.66%. Comparing base (1515de3) to head (6e622af).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #13898   +/-   ##
=======================================
  Coverage   93.65%   93.66%           
=======================================
  Files        2268     2268           
  Lines      195905   195997   +92     
=======================================
+ Hits       183475   183571   +96     
+ Misses      12430    12426    -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@devbww devbww marked this pull request as ready for review March 31, 2024 04:18
@devbww devbww requested a review from a team as a code owner March 31, 2024 04:18
@devbww devbww merged commit 6d339c6 into googleapis:main Mar 31, 2024
62 checks passed
@devbww devbww deleted the exclude-txn-from-change-streams branch March 31, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the Spanner API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants