-
Notifications
You must be signed in to change notification settings - Fork 380
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
[#5192] [Feature] Support Catalog Operation DDL for paimon-catalog #5818
base: main
Are you sure you want to change the base?
Conversation
@coolderli Please have a look |
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.
@hdygxsj I have some comments. Lack of implementation for creating catalogs. Thanks.
.../java/org/apache/gravitino/flink/connector/integration/test/paimon/FlinkPaimonCatalogIT.java
Show resolved
Hide resolved
...or/flink/src/main/java/org/apache/gravitino/flink/connector/store/GravitinoCatalogStore.java
Outdated
Show resolved
Hide resolved
...ink/src/main/java/org/apache/gravitino/flink/connector/paimon/PaimonPropertiesConverter.java
Show resolved
Hide resolved
.../java/org/apache/gravitino/flink/connector/integration/test/paimon/FlinkPaimonCatalogIT.java
Outdated
Show resolved
Hide resolved
...ink/src/main/java/org/apache/gravitino/flink/connector/paimon/PaimonPropertiesConverter.java
Show resolved
Hide resolved
@hdygxsj could you rebase your code? |
Done,PHAL |
@sunxiaojian do you have time to review this PR? |
.../java/org/apache/gravitino/flink/connector/integration/test/paimon/FlinkPaimonCatalogIT.java
Outdated
Show resolved
Hide resolved
.../java/org/apache/gravitino/flink/connector/integration/test/paimon/FlinkPaimonCatalogIT.java
Outdated
Show resolved
Hide resolved
Is there anything else that needs to be fixed @FANNG1 |
Sorry, I'm working on the issues to release 0.8, may doesn't have enough time to review this PR these days. |
look good for me !! i need it ! ! |
What changes were proposed in this pull request?
Support Catalog Operation DDL for paimon-catalog
Why are the changes needed?
close #5192
Does this PR introduce any user-facing change?
None
How was this patch tested?
org.apache.gravitino.flink.connector.paimon.TestPaimonPropertiesConverter
org.apache.gravitino.flink.connector.integration.test.paimon.FlinkPaimonCatalogIT