Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](jdbc catalog) fix be crash when create jdbc catalog without dri…
…ver jar (apache#42948) When creating a JDBC Catalog, a connection test is performed. However, if the JDBC Driver path does not exist, we should report an error that the file cannot be opened and not clean up the resources, because the resources have not been created. Cleaning up non-existent resources will cause the program to crash. This PR is changed to clean up only when the resources are created.
- Loading branch information