johnyangk commented on a change in pull request #281: [NEMO-437] Support Java 
version 11
URL: https://github.com/apache/incubator-nemo/pull/281#discussion_r374487257
 
 

 ##########
 File path: 
compiler/frontend/beam/src/main/java/org/apache/nemo/compiler/frontend/beam/transform/CreateViewTransform.java
 ##########
 @@ -137,6 +137,11 @@ public MultiView(final Iterable<T> iterable) {
       this.iterable = iterable;
     }
 
+    @Override
+    public Iterable<Void> get() {
+      return null;
 
 Review comment:
   A short comment on this would be nice.

----------------------------------------------------------------
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

Reply via email to