raminqaf commented on code in PR #27757:
URL: https://github.com/apache/flink/pull/27757#discussion_r2944979383
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/TimeFunctionsITCase.java:
##########
@@ -850,12 +850,17 @@ private Stream<TestSetSpec> toTimestampLtzTestCases() {
LocalDateTime.of(1969, 12, 31, 23, 58, 20)
.atZone(ZoneOffset.UTC)
.toInstant(),
- TIMESTAMP_LTZ(3).nullable())
+ TIMESTAMP_LTZ(0).nullable())
Review Comment:
Yes that is true. Now I kept the old behavior of `TO_TIMESTAMP_LTZ`. The
output type is `TIMESTAMP_LTZ(3)` for precision **0-3**, and
`TIMESTAMP_LTZ(precision)` for precision **4-9**.
--
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]