You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by 2start <gi...@git.apache.org> on 2018/06/09 23:51:56 UTC

[GitHub] flink pull request #6143: [hotfix] [docs] Fixed scala variable declaration w...

GitHub user 2start opened a pull request:

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

    [hotfix] [docs] Fixed scala variable declaration without initialization

    ## What is the purpose of the change
    
    This pull request fixes an error in the Scala example for periodic watermarks. 
    It is not possible to declare a variable without initializing it, at least not outside of abstract classes.

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

    $ git pull https://github.com/2start/flink hotfixDocs

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

    https://github.com/apache/flink/pull/6143.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 #6143
    
----
commit 6f5c5b6888330054d4d1dc02412d754a7916a5d8
Author: Nico Duldhardt <nd...@...>
Date:   2018-06-09T23:43:33Z

    hotfix docs fix scala variable declaration without initialization

----


---

[GitHub] flink pull request #6143: [hotfix] [docs] Fixed scala variable declaration w...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---