GitHub user omaralvarez opened a pull request:

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

    [FLINK-3993] [py] Add generateSequence() support to Python API

    Addition of generate_sequence to python API:
    
    `data = env.generate_sequence(1,20)`
    
    If a parallel number source was needed, there was no option to create it, 
since from_elements() is not parallel.

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

    $ git pull https://github.com/omaralvarez/flink python_sequence

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

    https://github.com/apache/flink/pull/2055.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 #2055
    
----
commit 8cb742bcbf8dde0d910360a18e9509117363c41d
Author: omaralvarez <[email protected]>
Date:   2016-05-31T11:23:38Z

    [FLINK-3993] [py] Add generateSequence() support to Python API

----


---
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