robertwb commented on a change in pull request #15904:
URL: https://github.com/apache/beam/pull/15904#discussion_r743190389
##########
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:
Yes, I think this is fine. Once the migration is complete we can remove
these conditions.
--
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]