You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/01/13 15:22:25 UTC

[GitHub] [calcite] ritesh-kapoor commented on a change in pull request #1750: [CALCITE-3726] Allow declaring type objects

ritesh-kapoor commented on a change in pull request #1750: [CALCITE-3726] Allow declaring type objects
URL: https://github.com/apache/calcite/pull/1750#discussion_r365861839
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/sql/SqlFunction.java
 ##########
 @@ -291,6 +291,19 @@ private RelDataType deriveType(
             }
           }
         }
+
+        if (function == null) {
 
 Review comment:
   I dont think so. Done :)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services