[jira] [Created] (FLINK-3525) Missing call to super#close() in TimestampsAndPeriodicWatermarksOperator#close()

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-3525) Missing call to super#close() in TimestampsAndPeriodicWatermarksOperator#close()

Shang Yuanchun (Jira)
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)