You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Kostas Kloudas (JIRA)" <ji...@apache.org> on 2017/01/17 17:47:26 UTC

[jira] [Updated] (FLINK-5532) Make the marker windowassignes for the fast aligned windows non-extendable.

     [ https://issues.apache.org/jira/browse/FLINK-5532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kostas Kloudas updated FLINK-5532:
----------------------------------
    Description: 
This issue refers to the [SlidingAlignedProcessingTimeWindows] and `TumblingAlignedProcessingTimeWindows` and proposes to:
(1) make the classes `final`
(2) use `getClass()` for the check, not `instanceof()`

> Make the marker windowassignes for the fast aligned windows non-extendable.
> ---------------------------------------------------------------------------
>
>                 Key: FLINK-5532
>                 URL: https://issues.apache.org/jira/browse/FLINK-5532
>             Project: Flink
>          Issue Type: Bug
>          Components: Windowing Operators
>    Affects Versions: 1.2.0
>            Reporter: Kostas Kloudas
>            Assignee: Kostas Kloudas
>             Fix For: 1.2.0
>
>
> This issue refers to the [SlidingAlignedProcessingTimeWindows] and `TumblingAlignedProcessingTimeWindows` and proposes to:
> (1) make the classes `final`
> (2) use `getClass()` for the check, not `instanceof()`



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)