apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
1.09k stars 343 forks source link

[Improvement] Rename a metalake to an existing metalake #4735

Closed jerqi closed 2 months ago

jerqi commented 2 months ago

What would you like to be improved?

16611724845436_ pic

How should we improve?

We shouldn't throw SQL exception to front end. We should wrap to MetalakeAlreadyExistException.

xloya commented 2 months ago

Actually the duplicated key SQLException has been converted to EntityAlreadyExistsException, so I think it's best to optimize the exception information thrown here. I will check and change the exception information thrown here.