snuyanzin commented on code in PR #23751:
URL: https://github.com/apache/flink/pull/23751#discussion_r1400588441
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/utils/SumAggFunction.scala:
##########
@@ -20,7 +20,13 @@ package org.apache.flink.table.planner.utils
import org.apache.flink.api.common.typeinfo.{BasicTypeInfo, TypeInformation}
import org.apache.flink.api.java.tuple.{Tuple2 => JTuple2}
import org.apache.flink.api.java.typeutils.TupleTypeInfo
+import org.apache.flink.table.annotation.{DataTypeHint, FunctionHint}
Review Comment:
done
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/batch/sql/CorrelateITCase.scala:
##########
@@ -23,8 +23,12 @@ import org.apache.flink.api.java.typeutils.{PojoField,
PojoTypeInfo, RowTypeInfo
import org.apache.flink.api.scala._
import org.apache.flink.api.scala.typeutils.Types
import org.apache.flink.configuration.Configuration
+import org.apache.flink.table.annotation.{DataTypeHint, FunctionHint, HintFlag}
Review Comment:
done
--
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]