[ https://issues.apache.org/jira/browse/FLINK-4180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15386164#comment-15386164 ]
ASF GitHub Bot commented on FLINK-4180: --------------------------------------- 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 ---- > Create a batch SQL example > -------------------------- > > Key: FLINK-4180 > URL: https://issues.apache.org/jira/browse/FLINK-4180 > Project: Flink > Issue Type: New Feature > Components: Table API & SQL > Reporter: Timo Walther > Assignee: Jark Wu > Labels: starter > > Currently there is no runnable code example in `flink-table` showing a > working batch SQL query with the Table API. > A Scala and Java example should be added. -- This message was sent by Atlassian JIRA (v6.3.4#6332)