mihaibudiu commented on code in PR #3828:
URL: https://github.com/apache/calcite/pull/3828#discussion_r1649447457


##########
core/src/main/java/org/apache/calcite/sql/fun/SqlLibrary.java:
##########
@@ -72,6 +72,8 @@ public enum SqlLibrary {
   /** A collection of operators that are in PostgreSQL but not in standard
    * SQL. */
   POSTGRESQL("p", "postgresql"),
+  /** A collection of operators that are in RedShift but not in standard SQL. 
*/
+  REDSHIFT("r", "redshift"),

Review Comment:
   This seems only tangentially related to this PR.
   I wonder whether this deserves a separate issue and PR.



-- 
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]

Reply via email to