[ https://issues.apache.org/jira/browse/FLINK-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15268617#comment-15268617 ]
ASF GitHub Bot commented on FLINK-1996: --------------------------------------- GitHub user fhueske opened a pull request: https://github.com/apache/flink/pull/1961 [FLINK-1996] [tableApi] Add TableSink interface to emit tables to external storage. Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration. If your changes take all of the items into account, feel free to open your pull request. For more information and/or questions please refer to the [How To Contribute guide](http://flink.apache.org/how-to-contribute.html). In addition to going through the list, please provide a meaningful description of your changes. - [X] General - The pull request references the related JIRA issue ("[FLINK-XXX] Jira title text") - The pull request addresses only one issue - Each commit in the PR has a meaningful commit message (including the JIRA id) - [X] Documentation - Documentation has been added for new functionality - Old documentation affected by the pull request has been updated - JavaDoc for public methods has been added - [X] Tests & Build - Functionality added by the pull request is covered by tests - `mvn clean verify` has been executed successfully locally or a Travis build has passed You can merge this pull request into a Git repository by running: $ git pull https://github.com/fhueske/flink tableSink Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/1961.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 #1961 ---- commit ffae8feddf67c3988a2422b227a1a22190b0e69e Author: Fabian Hueske <fhue...@apache.org> Date: 2016-04-30T19:11:40Z [FLINK-1996] [tableApi] Add TableSink interface to emit tables to external storage. ---- > Add output methods to Table API > ------------------------------- > > Key: FLINK-1996 > URL: https://issues.apache.org/jira/browse/FLINK-1996 > Project: Flink > Issue Type: Improvement > Components: Table API > Affects Versions: 0.9 > Reporter: Fabian Hueske > Assignee: Fabian Hueske > > Tables need to be converted to DataSets (or DataStreams) to write them out. > It would be good to have a way to emit Table results directly for example to > print, CSV, JDBC, HBase, etc. -- This message was sent by Atlassian JIRA (v6.3.4#6332)