MonkeyCanCode commented on issue #503: URL: https://github.com/apache/polaris/issues/503#issuecomment-2513420907
Hello @wolflex888, Thanks for reporting this issue. Upon checking the published API doc, 409 is when the catalog name already existed instead of conflicted path: https://polaris.apache.org/in-dev/unreleased/polaris-management-service/#operation/listCatalogs. In fact, it is possible to use overlapped path for catalogs (not by default, but with featureConfiguration.ALLOW_OVERLAPPING_CATALOG_URLS set to true...default is false). @eric-maynard do you think we should change the status code for this one or update the code to include this as expected? Thanks, Yong Zheng -- 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]
