[
https://issues.apache.org/jira/browse/FLINK-3727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15250550#comment-15250550
]
ASF GitHub Bot commented on FLINK-3727:
---------------------------------------
Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/1917#discussion_r60473002
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/StreamTableEnvironment.scala
---
@@ -112,19 +122,31 @@ abstract class StreamTableEnvironment(config:
TableConfig) extends TableEnvironm
*
* @param name The name under which the table is registered in the
catalog.
* @param dataStream The [[DataStream]] to register as table in the
catalog.
+ * @param wrapper True if the registration has to wrap the
datastreamTable
+ * into a [[org.apache.calcite.schema.StreamableTable]]
--- End diff --
comment indention
> Add support for embedded streaming SQL (projection, filter, union)
> ------------------------------------------------------------------
>
> Key: FLINK-3727
> URL: https://issues.apache.org/jira/browse/FLINK-3727
> Project: Flink
> Issue Type: Sub-task
> Components: Table API
> Affects Versions: 1.1.0
> Reporter: Vasia Kalavri
> Assignee: Vasia Kalavri
>
> Similar to the support for SQL embedded in batch Table API programs, this
> issue tracks the support for SQL embedded in stream Table API programs. The
> only currently supported operations on streaming Tables are projection,
> filtering, and union.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)