dedocibula commented on code in PR #32474:
URL: https://github.com/apache/beam/pull/32474#discussion_r1878925343
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/action/DataChangeRecordAction.java:
##########
@@ -88,6 +91,14 @@ public Optional<ProcessContinuation> run(
final Timestamp commitTimestamp = record.getCommitTimestamp();
final Instant commitInstant = new
Instant(commitTimestamp.toSqlTimestamp().getTime());
+ if (tracker instanceof Interruptible
Review Comment:
Added as explicit class as this route proved to be infeasible due to Beam
adapter pattern
--
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]