lukecwik commented on a change in pull request #12419:
URL: https://github.com/apache/beam/pull/12419#discussion_r477472322



##########
File path: 
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/HandlesSplits.java
##########
@@ -35,6 +36,12 @@
   /** Returns the current progress of the active element as a fraction between 
0.0 and 1.0. */
   double getProgress();
 
+  String getPtranformId();

Review comment:
       I believe we should be using the transform ids from the local transform. 
In the window observing truncate case where we have both element splits from 
`process` and window splits from `truncate` then:
   * the element splits should use the transform/input id from `process`
   * the whole window splits should use the transform/input id from `truncate`
   
   We may need changes on Dataflow runner v2 to make sure it supports this.
   




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to