taegeonum commented on a change in pull request #145: [Nemo-220] Move PIPELINE
variable to TranslationContext in PipelineTranslator
URL: https://github.com/apache/incubator-nemo/pull/145#discussion_r230275526
##########
File path:
compiler/frontend/beam/src/main/java/org/apache/nemo/compiler/frontend/beam/PipelineTranslator.java
##########
@@ -89,8 +84,7 @@
public static DAG<IRVertex, IREdge> translate(final Pipeline pipeline,
final CompositeTransformVertex
root,
final PipelineOptions
pipelineOptions) {
- PIPELINE.set(pipeline);
- return INSTANCE.apply(root, pipelineOptions);
+ return INSTANCE.apply(root, pipeline, pipelineOptions);
Review comment:
`translateToIRDAG`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services