liuyong19892 opened a new issue, #28335: URL: https://github.com/apache/doris/issues/28335
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version master版本 最新版应该也会有这个问题 ### What's Wrong? <img width="740" alt="image" src="https://github.com/apache/doris/assets/3862966/366faa06-796c-487b-ad8b-5bfbd93638cb"> 能看到glue的database及tables但是查询报错: <img width="1279" alt="image" src="https://github.com/apache/doris/assets/3862966/c15cf6f6-10a6-4b65-b079-c75443210f13"> 可能是 xxx.s3.cn-north-1.amazonaws.com 改为-------> xxx.s3.cn-north-1.amazonaws.com.cn 我这是国内的aws ### What You Expected? 如果是我提到的原因希望能修复 如果不是希望能帮忙定位下问题原因 ### How to Reproduce? CREATE CATALOG hive_catalog_glue PROPERTIES ( "type"="hms", "hive.metastore.type" = "glue", "glue.endpoint" = "https://glue.cn-north-1.amazonaws.com.cn", "glue.access_key" = "xxx", "glue.secret_key" = "xxx" ); switch hive_catalog_glue; use xxx; select * from xxx limit 1; ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org