link3280 opened a new pull request, #5149:
URL: https://github.com/apache/kyuubi/pull/5149

   ### _Why are the changes needed?_
   
   Currently, overloaded methods are considered the same and deduplicated in 
ReflectUtils, thus not easy to tell why no method is found.
   
   This PR fixes the problem by adding the argument lists. In addition, it 
fixes the problem that the arg classes are not printed correctly.
   
   ### _How was this patch tested?_
   - [x] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
   
   - [ ] Add screenshots for manual tests if appropriate
   
   - [x] [Run 
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
 locally before make a pull request
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to