caicancai commented on code in PR #3583:
URL: https://github.com/apache/calcite/pull/3583#discussion_r1429073359
##########
testkit/src/main/java/org/apache/calcite/sql/parser/SqlParserTest.java:
##########
@@ -2913,6 +2913,12 @@ void checkPeriodPredicate(Checker checker) {
sql(sql).ok(expected);
}
+ @Test void testDateFunction() {
Review Comment:
@mihaibudiu Hi,It is already in babel parser but has not been ported to
SqlParserTest, probably because parser.jj does not support the parsing of
certain datefunctions.
--
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]