viirya commented on pull request #32404: URL: https://github.com/apache/spark/pull/32404#issuecomment-829915101
Oh, the problem of using `getMethod` is for some cases, the parameter types is not known in advance. Like the failed tests, the argument types from `arguments` is `java.lang.Object`. So we cannot reliably using name + parameter types to get method. -- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
