nbali commented on code in PR #16773:
URL: https://github.com/apache/beam/pull/16773#discussion_r855507208
##########
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java:
##########
@@ -197,6 +197,10 @@
})
public class DataflowRunner extends PipelineRunner<DataflowPipelineJob> {
+ /** Experiment to "disable unbounded pcollection checks turning batch into
streaming". */
+ public static final String
DISABLE_UNBOUNDED_PCOLLECTION_CHECKS_TURNING_BATCH_INTO_STREAMING =
+ "disable_unbounded_pcollection_checks_turning_batch_into_streaming";
Review Comment:
Of course I couldn't do it from the GitHub UI. NOW done.
(https://github.com/apache/beam/pull/16773/commits/80a19be50ce3121faa2e7386ae24175bd720363d)
--
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]