Closed
Description
Describe the feature
Add test API for catalog creation
Motivation
When we find some immutable property with wrong value after creating the catalog, we can only delete the catalog and recreate it, which is a very bad experience. For example, for a Hive catalog, if a wrong HMS URL is filled in during creation, it can only be found during the catalog operation and cannot be modified.
Describe the solution
Add test API for catalog creation then we can test the catalog parameters before creation
Additional context
No response