ruanwenjun commented on code in PR #17312:
URL:
https://github.com/apache/dolphinscheduler/pull/17312#discussion_r2177708893
##########
dolphinscheduler-extract/dolphinscheduler-extract-base/src/main/java/org/apache/dolphinscheduler/extract/base/server/JdkDynamicServerHandler.java:
##########
@@ -101,6 +104,11 @@ private void processReceived(final Channel channel, final
Transporter transporte
args = null;
} else {
args = new Object[standardRpcRequest.getArgs().length];
+ if
(!methodInvoker.isParameterTypeValidated(standardRpcRequest.getArgsTypes())) {
Review Comment:
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]