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.,
```
/**
*
*/
```
---
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 [email protected] or file a JIRA ticket
with INFRA.
---