[ https://issues.apache.org/jira/browse/FLINK-3727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15250547#comment-15250547 ]
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_r60472476 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/java/table/StreamTableEnvironment.scala --- @@ -83,11 +83,54 @@ class StreamTableEnvironment( .toArray val name = createUniqueTableName() - registerDataStreamInternal(name, dataStream, exprs) + registerDataStreamInternal(name, dataStream, exprs, false) ingest(name) } /** + * Registers the given [[DataStream]] as table in the --- End diff -- nitpicking, ScalaDoc indents the `*` under the second `*` of the first line, i.e., ``` /** * */ ``` > 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)