deniskuzZ commented on code in PR #5995:
URL: https://github.com/apache/hive/pull/5995#discussion_r2316202578


##########
ql/src/java/org/apache/hadoop/hive/ql/ddl/database/create/CreateDatabaseOperation.java:
##########
@@ -65,6 +68,10 @@ public int execute() throws HiveException {
       } else { // should never be here
         throw new HiveException("Unsupported database type " + 
database.getType() + " for " + database.getName());
       }
+      String activeCatalog = MetastoreConf.get(context.getConf(), 
MetastoreConf.ConfVars.CATALOG_DEFAULT.getVarname());

Review Comment:
   that is not an active catalog but a default one. in a next PRs we'll 
introduce current/active catalog



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