You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checkState(ZoneId.systemDefault().getRules().getValidOffsets(localTimeThatDidNotOccurOn20120401.atDate(LocalDate.of(2012, 4, 1))).isEmpty(), "This test assumes certain JVM time zone");
92
-
@Language("SQL") Stringsql = DateTimeFormatter.ofPattern("'SELECT TIME '''HH:mm:ss''").format(localTimeThatDidNotOccurOn20120401);
93
-
assertQueryFails(sql, timeTypeUnsupportedError);
94
-
}
95
-
96
81
// todo: turn on these test cases when the sql invoked functions are extracted into a plugin module.
0 commit comments