hackergin commented on code in PR #24106:
URL: https://github.com/apache/flink/pull/24106#discussion_r1465418253


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/functions/inference/TypeInferenceOperandChecker.java:
##########
@@ -114,6 +117,24 @@ public boolean isOptional(int i) {
         return false;
     }
 
+    @Override
+    public List<RelDataType> paramTypes(RelDataTypeFactory typeFactory) {
+        throw new IllegalStateException("Should not be called");

Review Comment:
   The current usage does not involve this method, but the optional argument 
will need to be implemented. I have already made modifications to this part.



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