stankiewicz commented on code in PR #37580:
URL: https://github.com/apache/beam/pull/37580#discussion_r2805167971
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/action/QueryChangeStreamAction.java:
##########
@@ -387,12 +391,17 @@ private boolean isTimestampOutOfRange(SpannerException e)
{
&& e.getMessage().contains(OUT_OF_RANGE_ERROR_MESSAGE);
}
- // Return (now + 2 mins) as the end timestamp for reading change streams.
This is only used if
- // users want to run the connector forever. If the end timestamp is reached,
we will resume
+ // Return (now + config duration) as the end timestamp for reading change
+ // streams. This is only
Review Comment:
done
--
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]