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: [email protected]

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

Reply via email to