CalvinKirs opened a new pull request, #57365: URL: https://github.com/apache/doris/pull/57365
### Summary - Build `glueEndpoint` automatically when only `glueRegion` is provided. - Extract `glueRegion` from `glueEndpoint` when only endpoint is given. - Reject unsupported endpoint formats (e.g. `.amazonaws.com.cn`). - Add clear exception messages for invalid or missing configuration. ### Example | Input | Output / Exception | |--------|--------------------| | `glue.region=us-east-1` | `glue.endpoint=https://glue.us-east-1.amazonaws.com` | | `glue.endpoint=https://glue.us-east-1.amazonaws.com` | `glue.region=us-east-1` | | `glue.endpoint=https://glue.us-east-1.amazonaws.com.cn` | `Invalid AWS Glue endpoint format` | ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: -- 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]
