dedocibula commented on code in PR #22769:
URL: https://github.com/apache/beam/pull/22769#discussion_r954184493
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/mapper/ChangeStreamRecordMapper.java:
##########
@@ -253,6 +255,8 @@ private DataChangeRecord toDataChangeRecord(
valueCaptureTypeFrom(row.getString(VALUE_CAPTURE_TYPE_COLUMN)),
row.getLong(NUMBER_OF_RECORDS_IN_TRANSACTION_COLUMN),
row.getLong(NUMBER_OF_PARTITIONS_IN_TRANSACTION_COLUMN),
+ row.getString(TRANSACTION_TAG),
Review Comment:
Yep, there will always be transaction tag field (might be empty string) in
the output
--
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]