normanj-bitquill commented on code in PR #3142:
URL: https://github.com/apache/calcite/pull/3142#discussion_r1643160914


##########
core/src/main/java/org/apache/calcite/sql/fun/SqlLibraryOperators.java:
##########
@@ -383,14 +383,14 @@ static RelDataType deriveTypeSplit(SqlOperatorBinding 
operatorBinding,
       SUBSTR.withKind(SqlKind.SUBSTR_POSTGRESQL);
 
   /** The "GREATEST(value, value)" function. */
-  @LibraryOperator(libraries = {BIG_QUERY, ORACLE})
+  @LibraryOperator(libraries = {BIG_QUERY, ORACLE, POSTGRESQL})

Review Comment:
   @zoudan This looks like a small change and I have it here:
   https://github.com/dssysolyatin/calcite/pull/1
   
   What is the best way to move this PR forward?



-- 
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: commits-unsubscr...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to