arunpandianp commented on code in PR #37683:
URL: https://github.com/apache/beam/pull/37683#discussion_r2840887267
##########
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java:
##########
@@ -1309,6 +1320,8 @@ public DataflowPipelineJob run(Pipeline pipeline) {
if (!experiments.contains("enable_windmill_service")) {
experiments.add("enable_windmill_service");
}
+ // TODO: The experiments added above are not included in the list of
experiments sent to the
Review Comment:
fixing it in https://github.com/apache/beam/pull/37684.
--
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]