[
https://issues.apache.org/jira/browse/FLINK-3525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephan Ewen resolved FLINK-3525.
---------------------------------
Resolution: Fixed
Assignee: Stephan Ewen
Fix Version/s: 1.0.0
Fixed via 5e769b383e48073491cb05a803f74241fb510782
> 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
> Assignee: Stephan Ewen
> Priority: Minor
> Fix For: 1.0.0
>
>
> 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)