You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/04/21 16:31:40 UTC

[GitHub] [beam] kennknowles commented on a diff in pull request #16773: DataflowRunner: Experiment added to disable unbounded PCcollection checks turning batch into streaming

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


##########
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:
   "unsafely_attempt_to_process_unbounded_data_in_batch_mode"



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org