lirui-apache commented on a change in pull request #10296: 
[FLINK-14691][table]Add use/create/drop/alter database operation and support it 
in flink/blink planner
URL: https://github.com/apache/flink/pull/10296#discussion_r350152318
 
 

 ##########
 File path: 
flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/table/catalog/hive/HiveCatalogDataTypeTest.java
 ##########
 @@ -83,10 +83,10 @@ public void cleanup() throws Exception {
                        catalog.dropFunction(path1, true);
                }
                if (catalog.databaseExists(db1)) {
-                       catalog.dropDatabase(db1, true);
+                       catalog.dropDatabase(db1, true, true);
 
 Review comment:
   Why do we need these changes if by default `isRestrict` is true?

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


With regards,
Apache Git Services

Reply via email to