GitHub user wuchong opened a pull request:

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

    [FLINK-4180] [FLINK-4181] [table] add Batch SQL and Stream SQL and Stream 
Table API examples

    [FLINK-4180] [FLINK-4181] [table] add Batch SQL and Stream SQL and Stream 
Table API examples
    
    I add 4 examples for flink-table module 
    
    1. `org.apache.flink.examples.java.JavaSQLExample`: Batch SQL in Java
    1. `org.apache.flink.examples.scala.WordCountSQL`:  Batch SQL in Scala
    2. `org.apache.flink.examples.scala.StreamSQLExample`: Stream SQL in Scala
    3. `org.apache.flink.examples.scala.StreamTableExample`: Stream Table API 
in Scala


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

    $ git pull https://github.com/wuchong/flink table-example

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

    https://github.com/apache/flink/pull/2274.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 #2274
    
----
commit 8b3c468adb574f229c6d24da58d4e52c4a025cec
Author: Jark Wu <wuchong...@alibaba-inc.com>
Date:   2016-07-20T16:31:01Z

    [FLINK-4180] [FLINK-4181] [table] add Batch SQL and Stream SQL and Stream 
Table API examples

----


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