juntaozhang commented on code in PR #26410:
URL: https://github.com/apache/flink/pull/26410#discussion_r2031022714


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/logical/utils/LogicalTypeCasts.java:
##########
@@ -538,6 +539,11 @@ private CastAvoidanceChecker(LogicalType sourceType) {
             this.sourceType = sourceType;
         }
 
+        @Override
+        public Boolean visit(DayTimeIntervalType targetType) {
+            return true;

Review Comment:
   Hi @davidradl, thanks for your kindly reminding, already fix it, and also 
fix `INTERVAL_YEAR_MONTH` situation.



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