Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/3003#discussion_r92361227
--- Diff:
flink-libraries/flink-table/src/test/scala/org/apache/flink/api/table/typeutils/RowComparatorTest.scala
---
@@ -23,22 +23,22 @@ import
org.apache.flink.api.common.typeinfo.BasicTypeInfo
import org.apache.flink.api.common.typeutils.{ComparatorTestBase,
TypeComparator, TypeSerializer}
import org.apache.flink.api.java.tuple
import org.apache.flink.api.java.typeutils.{TupleTypeInfo, TypeExtractor}
-import org.apache.flink.api.table.Row
+import org.apache.flink.types.Row
import org.apache.flink.api.table.typeutils.RowComparatorTest.MyPojo
+import org.apache.flink.api.java.typeutils.{RowTypeInfo => RowTypeInfoNew}
--- End diff --
Why do we need to rename here?
---
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.
---