GitHub user ggevay opened a pull request:

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

    [FLINK-2359] [java api] Add factory methods to the Java TupleX types

    I added the creation of the factory method to the TupleGenerator.
    
    I also fixed some inconsistencies between the generator and generated 
files: it seems that some modifications were made to generated files without 
modifying the generator. I incorporated these changes to the generator (see the 
first three hunks in the generator) (except for some whitespace changes in the 
first three modified files).
    
    I randomly changed some constructor calls into using the new method for 
testing and demonstration purposes (see the last two changed files).

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

    $ git pull https://github.com/ggevay/flink tupleCreate

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

    https://github.com/apache/flink/pull/911.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 #911
    
----
commit 295f663e28116ffce24e9178359810c0a00290b0
Author: Gabor Gevay <gga...@gmail.com>
Date:   2015-07-14T16:34:05Z

    [FLINK-2359] [java api] Add factory methods to the Java TupleX types

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to