[fix](iceberg) fix iceberg catalog rest access#16372
[fix](iceberg) fix iceberg catalog rest access#16372morningman merged 2 commits intoapache:masterfrom wsjz:fix_iceberg_catalog
Conversation
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity pipeline, clickbench performance test result: |
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
|
clang-tidy review says "All clean, LGTM! 👍" |
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
|
clang-tidy review says "All clean, LGTM! 👍" |
|
clang-tidy review says "All clean, LGTM! 👍" |
| ); | ||
| ``` | ||
|
|
||
| ### 基于Iceberg API创建Catalog |
There was a problem hiding this comment.
Add <version since="dev"> tag
| "AWS_ACCESS_KEY" = "username" | ||
| "AWS_SECRET_KEY" = "password" | ||
| "AWS_REGION" = "region-name" | ||
| "AWS_ENDPOINT" = "http://endpoint-uri" |
There was a problem hiding this comment.
Missing AWS_CREDENTIALS_PROVIDER config?
And missing English version
There was a problem hiding this comment.
use DataLakeAWSCredentialsProvider
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
1 similar comment
|
PR approved by anyone and no changes requested. |
1. Fix iceberg catalog access s3 2. Fix iceberg catalog partition table query 3. Fix persistence
1. Fix iceberg catalog access s3 2. Fix iceberg catalog partition table query 3. Fix persistence
Proposed changes
Fix iceberg catalog access s3
Fix iceberg catalog partition table query
Fix persistence
Problem summary
Describe your changes.
Checklist(Required)
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...