Github user rtudoran commented on a diff in the pull request:
https://github.com/apache/flink/pull/3641#discussion_r108717176
--- Diff:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/sql/SqlITCase.scala
---
@@ -19,7 +19,10 @@
package org.apache.flink.table.api.scala.stream.sql
import org.apache.flink.api.scala._
-import
org.apache.flink.table.api.scala.stream.sql.SqlITCase.EventTimeSourceFunction
+import org.apache.flink.table.api.scala.stream.sql.SqlITCase.{
+ EventTimeSourceFunction,
+ RowResultSortComparator,
+ TupleRowSelector}
--- End diff --
Done...but i must admit i am confused with the application of the style. I
thought we go for lines of less than 100 characters...why would this be an
exception?
@sunjincheng121
---
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.
---