FishMAN002 opened a new issue, #39081: URL: https://github.com/apache/doris/issues/39081
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description ## 目前有两个生产实际述求,希望社区能够支持: 1、支持跟spark sql一样,能够读取路径数据,同时根据指定的路径还能读取到下级路径的数据 用spark读取根路径举例: ```sql create or replace temporary view tmp_view using json options (path "s3://xxxx/tbl=table01/cur_date=20240720/"); ``` s3://xxxx/tbl=table01/cur_date=20240720/ 路径下还有cur_hour=xxx_hour/分区, 希望doris能够实现这样的需求 2、读取s3数据需要用明文的ak和sk,这个是不利于生产环境的数据安全 官方文档: https://doris.apache.org/zh-CN/docs/2.1/lakehouse/file  ### Use case 用spark读取根路径举例: ```sql create or replace temporary view tmp_view using json options (path "s3://xxxx/tbl=table01/cur_date=20240720/"); ``` s3://xxxx/tbl=table01/cur_date=20240720/ 路径下还有cur_hour=xxx_hour/分区, 希望doris能够实现这样的需求 ### Related issues _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