hanyuzheng7 commented on code in PR #25759: URL: https://github.com/apache/flink/pull/25759#discussion_r1876380102
########## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/TimeFunctionsITCase.java: ########## @@ -432,15 +435,17 @@ private Stream<TestSetSpec> temporalOverlapsTestCases() { } private Stream<TestSetSpec> ceilTestCases() { + TimeZone.setDefault(TimeZone.getTimeZone("UTC")); return Stream.of( TestSetSpec.forFunction(BuiltInFunctionDefinitions.FLOOR) .onFieldsWithData( // https://issues.apache.org/jira/browse/FLINK-17224 Review Comment: @snuyanzin I think I can extract these tests and generate an new stream TestCases. In this TestCases, I can fix the timeZone. -- 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