Search before asking
Motivation
There is a repair procedure that supports syncing tables inside a filesystem to HiveCatalog. Similar needs to be supported for JdbcCatalog. This enables migration to JdbcCatalog easier. For repairs, I would only be interested in creation of the database/tables and would avoid deletion, as typos in warehouse path can lead to deletion inside Jdbc Catalogs.
Solution
Implementing the repairDatabase and repairTable methods.
Anything else?
No response
Are you willing to submit a PR?