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

   ### 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
   
   doris 2.1.8
   
   ### What's Wrong?
   
   Doris response failed when read data from s3 via http interface. e.g.,
   
   POST http://1.1.1.1:8030/api/query/internal/log_message 
   body:
   SELECT time, id, content FROM S3 (
       'uri' = 
's3://dorisbackup/test/__palo_repository_aweeaa/snapshot_log_message_247_19_1760428495/snapshot_log_message_247_19_1760428495_*.parquet',
       's3.endpoint' = 'http://1.1.1.1:9000/',
       's3.region' = 'cp',
       's3.access_key' = 'minioadmin',
       's3.secret_key'='aaaaaa',
       'format' = 'parquet',
       'use_path_style'='true'
   )  order by time,id desc limit 100 offset 0;
   
   
   
   error response is:
   Execution failed: Error Failed to execute sql: java.lang.Exception: error 
happens when parsing stmt: null
   
   
   does doris support this sql statement via http interface?
   
   
   
   ### What You Expected?
   
   doris support it.
   
   ### 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]

Reply via email to