snuyanzin commented on code in PR #25763: URL: https://github.com/apache/flink/pull/25763#discussion_r1881831845
########## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/expressions/TemporalTypesTest.scala: ########## @@ -1140,41 +1140,41 @@ class TemporalTypesTest extends ExpressionTestBase { tableConfig.setLocalTimeZone(ZoneId.of("Asia/Shanghai")) // INT -> TIMESTAMP_LTZ - testAllApis(toTimestampLtz(100, 0), "TO_TIMESTAMP_LTZ(100, 0)", "1970-01-01 08:01:40.000") Review Comment: what is the Flink behavior before this PR and after? For instance if we run a query from flink sql client? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org