wonook commented on a change in pull request #190: [NEMO-328] Refactor IRDAG
URL: https://github.com/apache/incubator-nemo/pull/190#discussion_r250466632
##########
File path:
compiler/optimizer/src/main/java/org/apache/nemo/compiler/optimizer/pass/compiletime/annotating/CompressionPass.java
##########
@@ -48,11 +46,10 @@ public CompressionPass(final CompressionProperty.Value
compression) {
}
@Override
- public DAG<IRVertex, IREdge> apply(final DAG<IRVertex, IREdge> dag) {
+ public IRDAG optimize(final IRDAG dag) {
Review comment:
does changing the method name still override the super method?
----------------------------------------------------------------
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