GitHub user twalthr opened a pull request:

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

    [FLINK-3226] Translation from and to POJOs for CodeGenerator

    This PR implements full POJO support as input and output type of the Table 
API. It is now possible to convert from an arbitrary type to an other arbitrary 
type. I fixed the failling AsITCase and implemented additional tests from/to 
tuples, from/to POJOs and from/to Case classes.
    
    @vasia and @fhueske feel free to review.

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

    $ git pull https://github.com/twalthr/flink PojoSupport

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

    https://github.com/apache/flink/pull/1624.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 #1624
    
----
commit 2322d9f602c4b7e01a582958f918372efc214848
Author: twalthr <[email protected]>
Date:   2016-02-11T15:16:29Z

    [FLINK-3226] Translation from and to POJOs for CodeGenerator

----


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