You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "pabloem (via GitHub)" <gi...@apache.org> on 2023/05/09 20:38:40 UTC

[GitHub] [beam] pabloem commented on a diff in pull request #26355: Add ReadChangeStream end time logic, minor cleanup

pabloem commented on code in PR #26355:
URL: https://github.com/apache/beam/pull/26355#discussion_r1189109256


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigtable/changestreams/action/ReadChangeStreamPartitionAction.java:
##########
@@ -160,6 +167,22 @@ public ProcessContinuation run(
     // Process CloseStream if it exists
     CloseStream closeStream = tracker.currentRestriction().getCloseStream();
     if (closeStream != null) {
+      // tracker.currentRestriction().closeStream.getStatus()

Review Comment:
   leftover from development?



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org