dmvk commented on code in PR #17715:
URL: https://github.com/apache/beam/pull/17715#discussion_r881349101


##########
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkPipelineOptions.java:
##########
@@ -285,6 +285,14 @@
 
   void setFasterCopy(Boolean fasterCopy);
 
+  @Description(
+      "Directory containing Flink YAML configuration files. "

Review Comment:
   would be great if we can make it even more explicit that the configuration 
is only applied during JobGraph construction and doesn't affect the cluster 
configuration in any way.
   
   nit: It would be great the description could be a constant that is used for 
both java and portable runner (to make sure these won't diverge by mistake)



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

Reply via email to