jerryshao opened a new pull request, #8170: URL: https://github.com/apache/gravitino/pull/8170
### What changes were proposed in this pull request? Change the SPI interface to add the specific mapper list instead of general package name. ### Why are the changes needed? Currently, we're using package name to load in all the mapper class to MyBatis configuration, but our package contains lots of classes other than mapper class, so they will also load in unexpected to increase the footprinter. So here slightly adjust the SPI to avoid load in the unwanted classes. Fix: #8167 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing tests. -- 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]
