raminqaf commented on code in PR #26954:
URL: https://github.com/apache/flink/pull/26954#discussion_r2872288833
##########
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:
That is a good point. The question is if we want to throw a validation
exception here or silently fallback to our max precision of 3?
--
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]