Uh oh!
There was an error while loading. Please reload this page.
[opt](iceberg) support glue rest catalog with s3tables - #54385
Conversation
Thearas
commented
Aug 6, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
morningman
commented
Aug 6, 2025
run buildall |
doris-robot
commented
Aug 6, 2025
TPC-H: Total hot run time: 33466 ms |
doris-robot
commented
Aug 6, 2025
TPC-DS: Total hot run time: 170847 ms |
doris-robot
commented
Aug 6, 2025
ClickBench: Total hot run time: 32.98 s |
morningman
commented
Aug 7, 2025
run buildall |
doris-robot
commented
Aug 7, 2025
TPC-H: Total hot run time: 33477 ms |
doris-robot
commented
Aug 7, 2025
TPC-DS: Total hot run time: 170179 ms |
doris-robot
commented
Aug 7, 2025
ClickBench: Total hot run time: 32.95 s |
hello-stephen
commented
Aug 7, 2025
FE UT Coverage ReportIncrement line coverage |
morningman
commented
Aug 7, 2025
run buildall |
doris-robot
commented
Aug 7, 2025
TPC-H: Total hot run time: 33458 ms |
doris-robot
commented
Aug 7, 2025
TPC-DS: Total hot run time: 170071 ms |
doris-robot
commented
Aug 7, 2025
ClickBench: Total hot run time: 33.56 s |
hello-stephen
commented
Aug 7, 2025
FE UT Coverage ReportIncrement line coverage |
PR approved by at least one committer and no changes requested. |
morningman
commented
Aug 7, 2025
run buildall |
doris-robot
commented
Aug 7, 2025
TPC-H: Total hot run time: 33600 ms |
doris-robot
commented
Aug 7, 2025
TPC-DS: Total hot run time: 170074 ms |
doris-robot
commented
Aug 7, 2025
ClickBench: Total hot run time: 33.36 s |
hello-stephen
commented
Aug 7, 2025
FE UT Coverage ReportIncrement line coverage |
PR approved by at least one committer and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
### What problem does this PR solve? ``` CREATE CATALOG glue_s3 PROPERTIES ( 'type' = 'iceberg', 'iceberg.catalog.type' = 'rest', 'iceberg.rest.uri' = 'https://glue.ap-east-1.amazonaws.com/iceberg', 'iceberg.rest.warehouse' = '<account_id>:s3tablescatalog/s3-table-bucket-hk-glue-test', "iceberg.rest.sigv4-enabled" = "true", "iceberg.rest.signing-name" = "glue", "iceberg.rest.access-key-id" = "ak", "iceberg.rest.secret-access-key" = "sk", "iceberg.rest.signing-region" = "ap-east-1" ); ```
What problem does this PR solve?
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)