Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/2460#discussion_r107792137
--- Diff:
flink-examples/flink-examples-table/src/main/scala/org/apache/flink/table/examples/scala/StreamTableExample.scala
---
@@ -18,18 +18,18 @@
package org.apache.flink.table.examples.scala
import org.apache.flink.api.scala._
-import org.apache.flink.table.api.scala._
import org.apache.flink.streaming.api.scala.{DataStream,
StreamExecutionEnvironment}
import org.apache.flink.table.api.TableEnvironment
+import org.apache.flink.table.api.scala._
/**
- * Simple example for demonstrating the use of Table API on a Stream
Table.
- *
- * This example shows how to:
- * - Convert DataStreams to Tables
- * - Apply union, select, and filter operations
- *
- */
+ * Simple example for demonstrating the use of Table API on a Stream Table.
--- End diff --
Can you fix the Scaladoc comment style of the other Scala classes as well?
Thanks
---
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.
---