gustavodemorais commented on code in PR #26954:
URL: https://github.com/apache/flink/pull/26954#discussion_r2871739139


##########
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/calcite/FlinkTypeFactory.scala:
##########
@@ -630,11 +630,7 @@ object FlinkTypeFactory {
       // temporal types
       case DATE => new DateType()
       case TIME =>
-        if (relDataType.getPrecision > 3) {

Review Comment:
   Did you mean to remove this validation? Shouldn't we keep the validation for 
>3 since we can't actually store it since TIME is stored as int?



-- 
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]

Reply via email to