wonook commented on a change in pull request #281: [NEMO-437] Support Java version 11 URL: https://github.com/apache/incubator-nemo/pull/281#discussion_r374058388
########## File path: compiler/frontend/beam/src/main/java/org/apache/nemo/compiler/frontend/beam/PipelineTranslationContext.java ########## @@ -55,6 +56,7 @@ private final Map<PValue, TupleTag<?>> pValueToTag; private final Stack<LoopVertex> loopVertexStack; private final Pipeline pipeline; + private AppliedPTransform<?, ?, ?> currentTransform; Review comment: If you look at the [PR](https://github.com/apache/beam/pull/7635/files) it's been implemented this way, and that's why I've implemented this in the way described here, but I'll try to follow your comments as I think that could be a better approach. ---------------------------------------------------------------- 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] With regards, Apache Git Services
