Morefarther commented on issue #54698:
URL: https://github.com/apache/doris/issues/54698#issuecomment-3649069651

   use partition like this?  uri=/yyyy=2025/mm=12/* refer to log_202512
   
   ```sql
   with log_2025  AS (SELECT * FROM S3 (
       'uri' = 's3://log/coffee/yyyy=2025/mm=*/dd=*/*',
       'format' = 'JSON',
       's3.endpoint' = 'http://10.60.0.00:0000',
       's3.region' = 'us-east-1',
       's3.access_key' = 'xxx',
       's3.secret_key'='xxx'
   ))
   select * from log_2025;
   ```


-- 
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