You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "je-ik (via GitHub)" <gi...@apache.org> on 2023/04/07 08:29:34 UTC

[GitHub] [beam] je-ik commented on a diff in pull request #26096: [#26095][Feature Request]: Allow to set operator chaining for flink runner

je-ik commented on code in PR #26096:
URL: https://github.com/apache/beam/pull/26096#discussion_r1160539467


##########
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkPipelineOptions.java:
##########
@@ -156,6 +156,12 @@
 
   void setObjectReuse(Boolean reuse);
 
+  @Description("Sets the behavior of operator chaining.")
+  @Default.Boolean(true)
+  Boolean getOperatorChaining();
+
+  void setOperatorChaining(Boolean reuse);

Review Comment:
   One last note, we probably should not name the parameter `reuse`, which seems to be copy&paste from above.



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