xiedeyantu commented on code in PR #4501:
URL: https://github.com/apache/calcite/pull/4501#discussion_r2300876865


##########
core/src/main/java/org/apache/calcite/sql/type/FunctionSqlType.java:
##########
@@ -58,6 +58,10 @@ public FunctionSqlType(
     return this;
   }
 
+  public RelDataType getParameterType() {

Review Comment:
   If the code skips line 77 of RexProgramBuilder and goes to line 193 of 
RelDataTypeImpl, I think it makes more sense to throw an error here. What do 
you think?



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