hongbo-miao opened a new issue, #50583: URL: https://github.com/apache/doris/issues/50583
### 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.7 ### What's Wrong? 查询 S3 上的 parquet 时报错 > Execution failed: Error Failed to execute sql: java.lang.Exception: error happens when parsing stmt: null ```sql DESC FUNCTION s3 ( "URI" = "s3://my-bucket/my.parquet", "s3.access_key" = "xxx", "s3.endpoint" = "https://s3.us-west-2.amazonaws.com", "s3.region" = "us-west-2", "s3.secret_key" = "xxx", "format" = "parquet", "use_path_style" = "true" ); ```  ### What You Expected? 期望不报错。 ### How to Reproduce? 我的部署代码:https://github.com/hongbo-miao/hongbomiao.com/blob/5e25ab8407af87975f358460571a464d8883e95c/kubernetes/argo-cd/applications/production-hm/doris/manifests/hm-doris-application.yaml ### 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]
