dengzhhu653 commented on code in PR #6465:
URL: https://github.com/apache/hive/pull/6465#discussion_r3213083400
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/handler/DeprecatedHandler.java:
##########
@@ -121,7 +121,7 @@ protected DeprecatedHandler(String name, Configuration
conf) {
@Override
@Deprecated
- public void create_database(final Database db) throws TException {
+ public final void create_database(final Database db) throws TException {
Review Comment:
yes, they are small improvements under the same parent Jira/task as well, so
I put them together.
--
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]