snuyanzin commented on code in PR #26954:
URL: https://github.com/apache/flink/pull/26954#discussion_r2883895019
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/casting/CastRulesTest.java:
##########
@@ -613,8 +609,6 @@ Stream<CastTestSpecBuilder> testCases() {
DATE(),
DateTimeUtils.toInternal(LocalDate.of(2022, 1,
4)),
timestampDataFromInstant(2022, 1, 4, 1, 0, 0,
0))
- // https://issues.apache.org/jira/browse/FLINK-17224
Currently, fractional
- // seconds are lost
Review Comment:
probably here we still need a comment that fractions lower than millis are
lost
can you create a jira for that and put link here and in other places if
required?
--
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]