johnyangk commented on a change in pull request #91: [NEMO-3] Bump up the Beam 
version to 2.5.0
URL: https://github.com/apache/incubator-nemo/pull/91#discussion_r208194911
 
 

 ##########
 File path: 
compiler/frontend/beam/src/main/java/edu/snu/nemo/compiler/frontend/beam/transform/DoTransform.java
 ##########
 @@ -249,7 +252,7 @@ public Instant timestamp() {
 
     @Override
     public PaneInfo pane() {
-      throw new UnsupportedOperationException("pane() in ProcessContext under 
DoTransform");
+      return PaneInfo.createPane(true, true, PaneInfo.Timing.UNKNOWN);
 
 Review comment:
   Is this introduced to support `withWindowedWrites`? Can we perhaps do 
without it?

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

Reply via email to