dedocibula commented on code in PR #32474:
URL: https://github.com/apache/beam/pull/32474#discussion_r1878920234
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/action/ChildPartitionsRecordAction.java:
##########
@@ -113,6 +114,14 @@ public Optional<ProcessContinuation> run(
final Timestamp startTimestamp = record.getStartTimestamp();
final Instant startInstant = new
Instant(startTimestamp.toSqlTimestamp().getTime());
+ if (tracker instanceof Interruptible
+ && !((Interruptible) tracker).shouldContinue(startTimestamp)) {
Review Comment:
Discussed offline. That's what the current logic does
--
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]