PR corrects the situation when data stream events are assigned to partitions by AddRouteOperator, but control events aren't. This happens because control events can't be distributed on broadcast rule through the DynamicPartitioner.
PR also fixes NPE in testDynamicalStreamSimplePatternMatch().
PR corrects the situation when data stream events are assigned to partitions by AddRouteOperator, but control events aren't. This happens because control events can't be distributed on broadcast rule through the DynamicPartitioner. PR also fixes NPE in testDynamicalStreamSimplePatternMatch().
64