wecharyu opened a new pull request, #4257:
URL: https://github.com/apache/hive/pull/4257
### What changes were proposed in this pull request?
<!--
Please clarify what changes you are proposing. The purpose of this section
is to outline the changes and how this PR fixes the issue.
If possible, please consider writing useful notes for better and faster
reviews in your PR. See the examples below.
1. If you refactor some codes with changing classes, showing the class
hierarchy will help reviewers.
2. If you fix some SQL features, you can provide some references of other
DBMSes.
3. If there is design documentation, please add the link.
4. If there is a discussion in the mailing list, please add the link.
-->
1. make `HMSHandler` Proxy configurable by new metastore conf
**"metastore.hmshandler.proxy"**
2. provide `AbstractHMSHandlerProxy` to extend customized handler
3. clean some hacked test codes in `HMSHandler`
### Why are the changes needed?
1. make the handler of metastore flexible to config and extend
2. improve the code of `HMSHandler`
### Does this PR introduce _any_ user-facing change?
Yes, user can use new conf and api to extend their own handler.
### How was this patch tested?
Passing all 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]