wolflex888 opened a new issue, #503: URL: https://github.com/apache/polaris/issues/503
### Is this a possible security vulnerability? - [X] This is NOT a possible security vulnerability ### Describe the bug When creating a catalog that has an overlapping location with existing catalog, the service will return 400 ( BAD_REQUEST ), but it should be 409 ( CONFLICT ) ### To Reproduce Create a catalog with the same storage info location. the service will return 400 instead of 409. ### Actual Behavior The Service returns 400 ( BAD_REQUEST ) when the new catalog has a overlapping location with existing catalog. ### Expected Behavior I'm expecting the service to return 409 ( CONFLICT ) similar to catalogName conflict when creating a catalog. ### Additional context _No response_ ### System information _No response_ -- 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]
