TimothyDing opened a new issue, #36215: URL: https://github.com/apache/doris/issues/36215
### 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 2.1.4 ### What's Wrong? I encountered an error while using the Iceberg catalog. The SQL statement to create the catalog is: ```sql CREATE CATALOG iceberg_dlf PROPERTIES ( "type"="iceberg", "iceberg.catalog.type" = "dlf", "dlf.proxy.mode" = "DLF_ONLY", "dlf.endpoint" = "dlf-vpc.cn-hangzhou.aliyuncs.com", "dlf.region" = "cn-hangzhou", "dlf.uid" = "1534141793071340", "dlf.access_key" = "xxx", "dlf.secret_key" = "xxx", "oss.endpoint" = "oss-cn-hangzhou-internal.aliyuncs.com", -- 因为要写数据,所以要配置OSS的地址 "oss.access_key" = "xxx", "oss.secret_key" = "xxx" ); ``` The error is: ```shell mysql> select * from dlf_iceberg limit 10; ERROR 1105 (HY000): errCode = 2, detailMessage = Unexpected exception: The URI scheme of endpointOverride must not be null. mysql> ``` ### What You Expected? Data can be queried successfully ### How to Reproduce? _No response_ ### 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: [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]
