mihaibudiu commented on code in PR #4945:
URL: https://github.com/apache/calcite/pull/4945#discussion_r3245822174
##########
core/src/test/java/org/apache/calcite/sql/parser/SqlParserUtilTest.java:
##########
@@ -43,6 +48,52 @@ public class SqlParserUtilTest {
assertThat(SqlParserUtil.intervalToMillis("2", qualifier),
equalTo(120_000L));
}
+ @Test void testTimestampWithTimeZone() {
Review Comment:
There is a JIRA link below, in the lines that exercise this test.
There are some extra positive tests too.
--
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]