kennknowles commented on a change in pull request #14318:
URL: https://github.com/apache/beam/pull/14318#discussion_r600042151
##########
File path:
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowPipelineTranslator.java
##########
@@ -849,7 +849,8 @@ public void translate(CombineGroupedValues transform,
TranslationContext context
stepContext.addEncodingInput(fn.getAccumulatorCoder());
- boolean isFnApi =
DataflowRunner.useUnifiedWorker(context.getPipelineOptions());
+ List<String> experiments =
context.getPipelineOptions().getExperiments();
Review comment:
Assuming the ULR goes green, I think this piece can be omitted. This got
pulled in but is not really related.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]