NemoZR opened a new issue, #22873:
URL: https://github.com/apache/doris/issues/22873

   ### 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.0.0.bate
   
   ### What's Wrong?
   
   报错:task_worker_pool.cpp:793] failed to 
download|signature=125243|job_id=125201|error=[INVALID_ARGUMENT]Invalid S3 URI: 
s3://test
   原因:
   task_worker_pool.cpp:783对下载数据操作进行初始化
   snapshot_loader.cpp:81对s3的LOCATION进行解析
   s3_uri.cpp:48-57对s3路径进行解析,这个解析是对完整路径的解析,并不包括对基础路径的解析
   
   ### What You Expected?
   
   调整be/src/util/s3_uri.cpp的48-57行代码,包含对基础路径的解析
   或者是在下载数据初始化时不进行检验,在下载文件时对每个文件进行检验
   
   ### 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

Reply via email to