je-ik commented on code in PR #26096:
URL: https://github.com/apache/beam/pull/26096#discussion_r1160693076
##########
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:
Cool, one last note, this is quite simple change, it would be good to have
it as a single commit, can you please squash the commits to single one?
--
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]