GitHub user KurtYoung opened a pull request:

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

    [FLINK-5727] [table] Unify some API of batch and stream TableEnvironment

    This PR contains 3 changes:
    
    1. move `sql` to base class
    2. unify `scan` and `ingest` to `scan`, and move to base class
    3. move `registerTableSource` to base class and change the parameter type 
from specific `BatchTableSource` or `StreamTableSource` to their base class: 
`TableSource`

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

    $ git pull https://github.com/KurtYoung/flink flink-5727

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

    https://github.com/apache/flink/pull/3281.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 #3281
    
----
commit 8303b0c1c6320713daf212c6da4d72499c459e42
Author: Kurt Young <[email protected]>
Date:   2017-02-07T06:15:02Z

    [FLINK-5727] [table] Unify some API of batch and stream TableEnvironment

----


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