yuxuan-luo opened a new issue, #15603: URL: https://github.com/apache/doris/issues/15603
### 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 1.2.1 ### What's Wrong? csv: 1,ftw,12 2,zs,18 3,ww,20 sql: select * from s3("uri" = "https://hugoluo-test-130108xxxx.cos.ap-guangzhou.myqcloud.com/tvf.csv", "ACCESS_KEY"= "xxxOhqpiQvDH7nFWcaOzMlMnNkto23rxxxx", "SECRET_KEY" = "xxxzlKm492g6IMEsCJExTmCOUxxx", "format" = "csv", "use_path_style" = "true") order by c1; 报错: ERROR 1105 (HY000): errCode = 2, detailMessage = parse file failed, path = s3://tvf.csv 设置了 use_path_style 为 false: select * from s3("uri" = "https://hugoluo-test-130108xxxx.cos.ap-guangzhou.myqcloud.com/tvf.csv", "ACCESS_KEY"= "xxxOhqpiQvDH7nFWcaOzMlMnNkto23rxxxx", "SECRET_KEY" = "xxxzlKm492g6IMEsCJExTmCOUxxx", "format" = "csv", "use_path_style" = "false") order by c1; 报错: ERROR 1105 (HY000): errCode = 2, detailMessage = Error: [:curlCode: 28, Timeout was reached] at 10.0.0.102 ### What You Expected? 如官网所示,正常使用 tvf 功能 https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-functions/table-functions/s3/ ### 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: 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