flink-siddhi icon indicating copy to clipboard operation
flink-siddhi copied to clipboard

fix handler npe

Open rovboyko opened this issue 4 years ago • 0 comments

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

rovboyko avatar May 07 '20 09:05 rovboyko