GitHub user StephanEwen opened a pull request:

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

    Make DataStream property methods properly Scalaesk

    This is a suggestion on how to make the `DataStream` Scala code (particular 
the property methods) more scalaesk.
    
    For example:
      - `def parallelism: Int = ...` instead of `def getParallelism: Int = ...`
      - `def parallelism(degree: Int): DataStream[T] = ...` instead of `def 
setParallelism(degree: Int): DataStream[T] = ...`
    
    This pull request breaks no API, but deprecates the non-scalaesk variants 
and adds scalaesk variants.

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

    $ git pull https://github.com/StephanEwen/incubator-flink scalaesk

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

    https://github.com/apache/flink/pull/1689.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 #1689
    
----
commit 823870001401dc49d4d19c8608f2da07b4e6c318
Author: Stephan Ewen <[email protected]>
Date:   2016-02-22T17:37:59Z

    [hotfix] Make DataStream property methods properly Scalaesk

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to