-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AMORO-2960] Support paimon s3 based catalog #2972
Conversation
093698b
to
f937383
Compare
f937383
to
3bdbd67
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for your contribution.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution, I left a comment, PTAL.
amoro-core/src/main/java/org/apache/amoro/formats/paimon/PaimonCatalogFactory.java
Outdated
Show resolved
Hide resolved
88f07f2
to
942dbde
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
* [AMORO-2960] Support paimon s3 based catalog * trigger ci
Why are the changes needed?
Close #2960.
Brief change log
Support paimon s3 based catalog
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