Skip to content

[feature](iceberg) support s3 tables (#47115)#50492

Merged
dataroaring merged 2 commits into
apache:branch-3.0from
morningman:30_bps3_tables
May 6, 2025
Merged

[feature](iceberg) support s3 tables (#47115)#50492
dataroaring merged 2 commits into
apache:branch-3.0from
morningman:30_bps3_tables

Conversation

@morningman

@morningman morningman commented Apr 28, 2025

Copy link
Copy Markdown
Contributor

### 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
@morningman morningman requested a review from dataroaring as a code owner April 28, 2025 04:34
the `partition_table` has been modified.
change to a new table
@Thearas

Thearas commented Apr 28, 2025

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?

@morningman

Copy link
Copy Markdown
Contributor Author

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% (89401/288397)
Region Coverage 30.12% (46102/153051)
Branch Coverage 26.63% (23569/88508)

@dataroaring dataroaring left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dataroaring dataroaring merged commit 668e286 into apache:branch-3.0 May 6, 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