mihaibudiu commented on code in PR #4129:
URL: https://github.com/apache/calcite/pull/4129#discussion_r1907537090
##########
babel/src/test/java/org/apache/calcite/test/BabelParserTest.java:
##########
@@ -189,8 +189,8 @@ class BabelParserTest extends SqlParserTest {
sql("select date(x) from t").ok(expected);
}
- /** In Redshift, PostgreSQL the DATEADD, DATEDIFF and DATE_PART functions
have
- * ordinary function syntax except that its first argument is a time unit
+ /** The DATEADD, DATEDIFF(in Redshift, Snowflake) and DATE_PART(in
PostgreSQL)
Review Comment:
space before opening "("?
--
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]