Skip to content

branch-3.0: [feature](iceberg) support s3 tables #47115#50493

Closed
github-actions[bot] wants to merge 1 commit into
branch-3.0from
auto-pick-47115-branch-3.0
Closed

branch-3.0: [feature](iceberg) support s3 tables #47115#50493
github-actions[bot] wants to merge 1 commit into
branch-3.0from
auto-pick-47115-branch-3.0

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Cherry-picked from #47115

### What problem does this PR solve?

Support AWS S3 tables:

```
CREATE CATALOG iceberg_s3 PROPERTIES (
    'type' = 'iceberg',
    'iceberg.catalog.type' = 's3tables',
    'warehouse' = 'arn:aws:s3tables:us-east-1:xxxx:bucket/doris-s3-table-bucket',
    's3.region' = 'us-east-1',
    's3.endpoint' = 's3.us-east-1.amazonaws.com',
    's3.access_key' = 'ak',
    's3.secret_key' = 'sk/lht4rMIfbhVftujO2alFx'
);
```

Support SQL, DDL and DML on s3 table bucket
@github-actions github-actions Bot requested a review from dataroaring as a code owner April 28, 2025 04:37
@hello-stephen

Copy link
Copy Markdown
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@dataroaring dataroaring reopened this Apr 28, 2025
@hello-stephen

Copy link
Copy Markdown
Contributor

run buildall

@doris-robot

Copy link
Copy Markdown

BE UT Coverage Report

Increment line coverage 50.00% (3/6) 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 40.21% (10558/26255)
Line Coverage 31.00% (89398/288397)
Region Coverage 30.12% (46101/153051)
Branch Coverage 26.63% (23571/88508)

@morningman morningman closed this Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants