Ted Yu created FLINK-3525:
-----------------------------
Summary: Missing call to super#close() in TimestampsAndPeriodicWatermarksOperator#close()
Key: FLINK-3525
URL:
https://issues.apache.org/jira/browse/FLINK-3525 Project: Flink
Issue Type: Bug
Reporter: Ted Yu
Priority: Minor
Here is related code:
{code}
public void close() throws Exception {
// emit a final watermark
{code}
AbstractUdfStreamOperator#close() should be called.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)