tsreaper opened a new pull request, #2124: URL: https://github.com/apache/incubator-paimon/pull/2124
### Purpose Currently, `FileSystemCatalog` and `HiveCatalog` contains a lot of common code. For example, both catalog needs to check if the table to be deleted is a system table, and if that table exists. This PR extracts common code into `AbstractCatalog`, which makes introducing new catalog easier. ### Tests Existing tests should cover this change. ### API and Format No. ### Documentation No. -- 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]
