KurtYoung commented on a change in pull request #10105:
[Flink-14599][table-planner-blink] Support precision of TimestampType in blink
planner
URL: https://github.com/apache/flink/pull/10105#discussion_r345563868
##########
File path:
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/codegen/GenerateUtils.scala
##########
@@ -31,13 +31,16 @@ import
org.apache.flink.table.runtime.types.PlannerTypeUtils
import
org.apache.flink.table.runtime.typeutils.TypeCheckUtils.{isCharacterString,
isReference, isTemporal}
import org.apache.flink.table.types.logical.LogicalTypeRoot._
import org.apache.flink.table.types.logical._
-
import org.apache.calcite.avatica.util.ByteString
+import org.apache.calcite.util.TimestampString
import org.apache.commons.lang3.StringEscapeUtils
-
import java.math.{BigDecimal => JBigDecimal}
+import java.lang.{Integer => JInteger}
+
+import org.apache.flink.table.runtime.functions.SqlDateTimeUtils
Review comment:
put this together with other flink imports
----------------------------------------------------------------
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