slinkydeveloper commented on a change in pull request #19137:
URL: https://github.com/apache/flink/pull/19137#discussion_r831267584
##########
File path:
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/utils/UserDefinedTableFunctions.scala
##########
@@ -21,10 +21,13 @@ import org.apache.flink.api.common.typeinfo.TypeInformation
import org.apache.flink.api.java.tuple.Tuple3
import org.apache.flink.api.java.typeutils.RowTypeInfo
import org.apache.flink.api.scala.typeutils.Types
-import org.apache.flink.table.annotation.DataTypeHint
-import org.apache.flink.table.api.ValidationException
+import org.apache.flink.table.annotation.{DataTypeHint, FunctionHint}
+import org.apache.flink.table.api.{DataTypes, ValidationException}
+import org.apache.flink.table.catalog.DataTypeFactory
import org.apache.flink.table.functions.python.{PythonEnv, PythonFunction}
import org.apache.flink.table.functions.{FunctionContext, ScalarFunction,
TableFunction}
+import org.apache.flink.table.planner.JInt
Review comment:
Can you remove this? I would rather enforce people to use well known
scala practices, like manually importing java classes and manually doing the
aliasing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]