hequn8128 commented on a change in pull request #11252:
[FLINK-16337][python][table-planner][table-planner-blink] Add support of
vectorized Python UDF in blink planner and old planner
URL: https://github.com/apache/flink/pull/11252#discussion_r388123171
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/utils/UserDefinedTableFunctions.scala
##########
@@ -22,12 +22,10 @@ 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.api.ValidationException
-import org.apache.flink.table.functions.python.{PythonEnv, PythonFunction}
+import org.apache.flink.table.functions.python.{PythonEnv, PythonFunction,
PythonFunctionKind}
import org.apache.flink.table.functions.{FunctionContext, ScalarFunction,
TableFunction}
import org.apache.flink.types.Row
-
Review comment:
Unnecessary changes.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services