GitHub user wuchong opened a pull request:

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

    [FLINK-6887] [table] Split up CodeGenerator into several specific 
CodeGenerator

    Currently, the `CodeGenerator` is very huge and a bit difficult to 
maintain.  This PR splits it up into several specific `XXXCodeGenerator`. 
Including `FunctionCodeGenerator`, `AggregationCodeGenerator`, 
`CollectorCodeGenerator`, `InputFormatCodeGenerator`, and maybe 
`CEPCodeGenerator` will be added in the future.
    
    This may influence many other PRs, so I would like it to be reviewed ASAP. 
@fhueske @twalthr 
    
    Thanks,
    Jark Wu

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

    $ git pull https://github.com/wuchong/flink codegen

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

    https://github.com/apache/flink/pull/4171.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 #4171
    
----
commit 7ddb33b361cfe2f91c6228c518f02395420a16e6
Author: Jark Wu <[email protected]>
Date:   2017-06-23T08:29:20Z

    [FLINK-6887] [table] Split up CodeGenerator into several specific 
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