Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #5497] [AuthZ] Simplify debug message for missing field/metho…
…d in ReflectUtils ### _Why are the changes needed?_ It's easy for developers to check a member or method from a Java class using a code viewer or online Java doc. The current debug msg is kinda noisy for them to locate the key information they want, which is Java class and field name. It makes our debug log unreadable. ### _How was this patch tested?_ - [ ] 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 ### _Was this patch authored or co-authored using generative AI tooling?_ Closes #5497 from yaooqinn/debug. Closes #5497 3ad42d5 [Kent Yao] addr comments 23e8e7a [Kent Yao] [AuthZ] Simplify debug message for missing field/methond in ReflectUtils b7a7fbb [Kent Yao] [AuthZ] Simplify debug message for missing field/methond in ReflectUtils 9f94c62 [Kent Yao] [AuthZ] Simplify debug message for missing field/methond in ReflectUtils 78a66a3 [Kent Yao] [AuthZ] Simplify debug message for missing field/methond in ReflectUtils Authored-by: Kent Yao <yao@apache.org> Signed-off-by: liangbowen <liangbowen@gf.com.cn>
- Loading branch information