PatrickRen commented on code in PR #45:
URL: https://github.com/apache/flink-agents/pull/45#discussion_r2194465554
##########
plan/src/main/java/org/apache/flink/agents/plan/PythonFunction.java:
##########
@@ -48,7 +48,13 @@ public Object call(Object... args) throws Exception {
// TODO: check Python function signature compatibility with given
parameter types
@Override
- public void checkSignature(Class<?>[] parameterTypes) throws Exception {
- throw new UnsupportedOperationException();
+ public void checkSignature(Class<?>[] parameterTypes) throws Exception {}
Review Comment:
👍 I created #53 for tracking this.
--
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]