dmvk commented on a change in pull request #11857:
URL: https://github.com/apache/beam/pull/11857#discussion_r433094260
##########
File path:
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkBatchTranslationContext.java
##########
@@ -57,9 +57,12 @@
private AppliedPTransform<?, ?, ?> currentTransform;
+ private final CountingPipelineVisitor countingPipelineVisitor = new
CountingPipelineVisitor();
Review comment:
This is needed in upcoming PR to resolve number of consumers of GBK
transforms, so we can decide whether to materialize the result before sending
downstream.
----------------------------------------------------------------
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]