提交 077dd558 编写于 作者: T Till Rohrmann

[FLINK-3325] [cep] Close input stream in CEPPatternOperator.restoreState

上级 87f54b3e
......@@ -133,5 +133,7 @@ public class CEPPatternOperator<IN> extends AbstractCEPPatternOperator<IN> {
for (int i = 0; i <numberPriorityQueueEntries; i++) {
priorityQueue.offer(streamRecordSerializer.deserialize(div));
}
div.close();
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册