snuyanzin commented on code in PR #25759:
URL: https://github.com/apache/flink/pull/25759#discussion_r1876371386
##########
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:
we can not make any assumption about flink ci timezone.
Nobody guarantees that together with movement to GitHub it stays same
--
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]