liferoad commented on code in PR #30604:
URL: https://github.com/apache/beam/pull/30604#discussion_r1520389216
##########
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowPipelineTranslator.java:
##########
@@ -428,7 +428,11 @@ public Job translate(List<DataflowPackage> packages) {
environment.setDebugOptions(debugOptions);
}
- pipeline.traverseTopologically(this);
+ if (useUnifiedWorker(options)) {
Review Comment:
Can we add a flag (I know we have too many) to force the v1 translation? It
could help reserve the old behavior if needed.
--
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]