xuefuz commented on a change in pull request #8329: [FLINK-12239][hive] Support table related operations in GenericHiveMetastoreCatalog URL: https://github.com/apache/flink/pull/8329#discussion_r280248865
########## File path: flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/ReadableWritableCatalog.java ########## @@ -102,11 +102,10 @@ void alterDatabase(String name, CatalogDatabase newDatabase, boolean ignoreIfNot * if set to false, throw an exception, * if set to true, do nothing. * @throws TableNotExistException if the table does not exist - * @throws DatabaseNotExistException if the database in tablePath to doesn't exist * @throws CatalogException in case of any runtime exception */ void renameTable(ObjectPath tablePath, String newTableName, boolean ignoreIfNotExists) - throws TableNotExistException, TableAlreadyExistException, DatabaseNotExistException, CatalogException; + throws TableNotExistException, TableAlreadyExistException, CatalogException; Review comment: Good cleanup! ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services