zabetak commented on a change in pull request #1347:
URL: https://github.com/apache/hive/pull/1347#discussion_r525078835



##########
File path: 
itests/util/src/main/java/org/apache/hadoop/hive/cli/control/AbstractCliConfig.java
##########
@@ -405,4 +409,11 @@ private String getAbsolutePath(String dir) {
     return new File(new File(HIVE_ROOT), dir).getAbsolutePath();
   }
 
+  public String getMetastoreType() {
+    return metastoreType;
+  }
+
+  public void setMetastoreType(String metastoreType) {

Review comment:
       Fixed in 
https://github.com/apache/hive/pull/1347/commits/5a70022e61dc7ddaadda42bfa9d5fff224e94145!




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

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