joshfischer1108 commented on a change in pull request #3235: fix the issue that 
Heron ECO stream builder does not handle IStatefulWindowedBolt
URL: https://github.com/apache/incubator-heron/pull/3235#discussion_r273270895
 
 

 ##########
 File path: eco/src/java/org/apache/heron/eco/builder/heron/StreamBuilder.java
 ##########
 @@ -68,6 +70,15 @@ protected void buildStreams(EcoExecutionContext 
executionContext, TopologyBuilde
               topologyDefinition.parallelismForBolt(stream.getTo()));
           declarers.put(stream.getTo(), declarer);
         }
+      } else if (boltObj instanceof IStatefulWindowedBolt) {
 
 Review comment:
   LGTM

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