You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/11 09:52:00 UTC

[jira] [Commented] (FLINK-8426) Error in Generating Timestamp/Watermakr doc

    [ https://issues.apache.org/jira/browse/FLINK-8426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16433650#comment-16433650 ] 

ASF GitHub Bot commented on FLINK-8426:
---------------------------------------

GitHub user mylog00 opened a pull request:

    https://github.com/apache/flink/pull/5837

    [FLINK-8426][docs] Error in Generating Timestamp/Watermakr doc

    [FLINK-8426][docs] fix java examples for "Generating Timestamp/Watermakr" documentation.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mylog00/flink FLINK-8426

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/5837.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5837
    
----
commit 8b3a47a57ce42a8ab375e5d465e2a9981bd649a1
Author: Dmitrii_Kniazev <dm...@...>
Date:   2018-04-11T09:46:22Z

    [FLINK-8426][docs] fix java examples for "Generating Timestamp/Watermakr" documentation.

----


> Error in Generating Timestamp/Watermakr doc
> -------------------------------------------
>
>                 Key: FLINK-8426
>                 URL: https://issues.apache.org/jira/browse/FLINK-8426
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.4.0
>            Reporter: Christophe Jolif
>            Assignee: Dmitrii Kniazev
>            Priority: Trivial
>
> In https://ci.apache.org/projects/flink/flink-docs-release-1.4/dev/event_timestamps_watermarks.html
> {{public class BoundedOutOfOrdernessGenerator extends AssignerWithPeriodicWatermarks<MyEvent>}}
> should be
> {{public class BoundedOutOfOrdernessGenerator implements AssignerWithPeriodicWatermarks<MyEvent>}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)