liujinhui1994 commented on a change in pull request #1968:
URL: https://github.com/apache/hudi/pull/1968#discussion_r495515486



##########
File path: 
hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/HoodieHiveClient.java
##########
@@ -336,6 +337,22 @@ public boolean doesTableExist(String tableName) {
     }
   }
 
+  /**
+   * @param databaseName
+   * @return  true if the configured database exists
+   */
+  public boolean doesDataBaseExist(String databaseName) {

Review comment:
       I refer to other names in the source code that also have similar 
functions
   
![749cea6a2c22aeb14200eb89bfd4bde](https://user-images.githubusercontent.com/25769285/94353758-73f66c80-00a7-11eb-96a6-1c2d7cbf8388.png)
   




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


Reply via email to