Closed shouwangyw closed 1 day ago
Thank you for your contribution. As far as I know, the current S3 protocol can also use Ali Cloud OSS object storage. Is iceberg storage support added here? By the way, we should make OSS optional at compile time
Thank you for your contribution. As far as I know, the current S3 protocol can also use Ali Cloud OSS object storage. Is iceberg storage support added here? By the way, we should make OSS optional at compile time
I don't understand how to use Ali Cloud OSS object storage with the S3 protocol? This PR has added Ali Cloud OSS related dependencies
OSS support can be correctly added through the front end
I have completed the test in my local environment, able to obtain relevant data correctly
you can use s3 protocol to read it
cc @shouwangyw
CI is Failing
you can use s3 protocol to read it
cc @czy006
But this might not be intuitive
CI is Failing
I have fixed the ci
you can use s3 protocol to read it cc @czy006
But this might not be intuitive
Of course this is a compromise. I would like to ask if we can have a compilation switch to compile the OSS part when we needed? As object storage support increases, compiling all by default will increase Amoro's binary installation package
you can use s3 protocol to read it cc @czy006
But this might not be intuitive
Of course this is a compromise. I would like to ask if we can have a compilation switch to compile the OSS part when we needed? As object storage support increases, compiling all by default will increase Amoro's binary installation package
yes, I can choose whether to package aliyun sdk by scope
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 22.54%. Comparing base (
f13f3f3
) to head (99e0eba
). Report is 7 commits behind head on master.:exclamation: There is a different number of reports uploaded between BASE (f13f3f3) and HEAD (99e0eba). Click for more details.
HEAD has 1 upload less than BASE
| Flag | BASE (f13f3f3) | HEAD (99e0eba) | |------|------|------| |core|1|0|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Why are the changes needed?
Close #3301.
Brief change log
How was this patch tested?
[ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
[ ] Add screenshots for manual tests if appropriate
[ ] Run test locally before making a pull request
Documentation