nbali commented on code in PR #16773:
URL: https://github.com/apache/beam/pull/16773#discussion_r855502365


##########
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:
   Done.



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