snuyanzin commented on code in PR #26954:
URL: https://github.com/apache/flink/pull/26954#discussion_r2889615532
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/CastFunctionITCase.java:
##########
@@ -790,12 +851,12 @@ private static List<TestSetSpec> allTypesBasic() {
//
.fromCase(DATE(), DEFAULT_DATE, LocalDateTime.of(2021,
9, 24, 0, 0, 0, 0))
- // https://issues.apache.org/jira/browse/FLINK-17224
Fractional seconds are
- // lost
// https://issues.apache.org/jira/browse/FLINK-24423
Continue using EPOCH
// date or use 0 for the year?
.fromCase(
- TIME(5), DEFAULT_TIME, LocalDateTime.of(1970,
1, 1, 12, 34, 56, 0))
+ TIME(5),
Review Comment:
Looks like here also need to put link to the new jira ticket
--
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]