chenxuesdu commented on issue #35868:
URL: https://github.com/apache/beam/issues/35868#issuecomment-3530190715
I ran the test SpannerChangeStreamIT locally and found that the test started
to fail after using the version of com.google.cloud:google-cloud-spanner to
6.98.0. The previous versions works fine.
The error is caused by missing transaction_tag value of change stream
record, where the transaction_tag is set when updating database using
databaseClient, for example: [
Options.tag("app=beam;action=update"))](https://github.com/apache/beam/blob/db08b7c8c0b9e6d0fba5183851fc0b74f9267129/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/it/SpannerChangeStreamIT.java#L334).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]