You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/03/17 21:55:52 UTC

[GitHub] [beam] ibzib commented on a change in pull request #17107: [BEAM-12976] Enable projection pushdown in runners

ibzib commented on a change in pull request #17107:
URL: https://github.com/apache/beam/pull/17107#discussion_r829543160



##########
File path: runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkRunner.java
##########
@@ -81,6 +82,11 @@ public PipelineResult run(Pipeline pipeline) {
       SplittableParDo.convertReadBasedSplittableDoFnsToPrimitiveReadsIfNecessary(pipeline);
     }
 
+    if (!options.isStreaming()

Review comment:
       @angoenka mentioned that updates for streaming pipelines might fail if we change the pipeline graph.




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