TheNeuralBit commented on a change in pull request #15904:
URL: https://github.com/apache/beam/pull/15904#discussion_r752625045
##########
File path:
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java
##########
@@ -2303,7 +2303,8 @@ static String
getDefaultContainerVersion(DataflowPipelineOptions options) {
static boolean useUnifiedWorker(DataflowPipelineOptions options) {
return hasExperiment(options, "beam_fn_api")
|| hasExperiment(options, "use_runner_v2")
- || hasExperiment(options, "use_unified_worker");
+ || hasExperiment(options, "use_unified_worker")
+ || hasExperiment(options, "enable_prime");
Review comment:
There seems to be another experiment not accounted for here:
disable_prime_runner_v2
--
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]