[ https://issues.apache.org/jira/browse/FLINK-4562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15939397#comment-15939397 ]
ASF GitHub Bot commented on FLINK-4562: --------------------------------------- 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 > table examples make an divided module in flink-examples > ------------------------------------------------------- > > Key: FLINK-4562 > URL: https://issues.apache.org/jira/browse/FLINK-4562 > Project: Flink > Issue Type: Improvement > Components: Examples, Table API & SQL > Reporter: shijinkui > Assignee: shijinkui > Fix For: 1.2.1 > > > example code should't packaged in table module. -- This message was sent by Atlassian JIRA (v6.3.15#6346)