jx2lee opened a new pull request, #2012: URL: https://github.com/apache/iceberg-go/pull/2012
## Summary Map Glue `AlreadyExistsException` from `CreateDatabase` to `catalog.ErrNamespaceAlreadyExists`. ## Why Other catalog implementations expose duplicate namespace creation through the catalog-level sentinel error. Glue already maps not-found Glue errors to catalog sentinels, but duplicate namespace creation returned the raw Glue error. ## Testing - `go test ./catalog/glue -count=1` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
