-
Notifications
You must be signed in to change notification settings - Fork 383
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] [#5193] feat(flink): Support Catalog&Schema Operation DDL for paimon-catalog #5818
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
Outdated
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
Outdated
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 ! ! |
...ink/src/main/java/org/apache/gravitino/flink/connector/paimon/PaimonPropertiesConverter.java
Outdated
Show resolved
Hide resolved
...ink/src/main/java/org/apache/gravitino/flink/connector/paimon/PaimonPropertiesConverter.java
Show resolved
Hide resolved
...mon/src/main/java/org/apache/gravitino/spark/connector/paimon/PaimonPropertiesConverter.java
Outdated
Show resolved
Hide resolved
.../java/org/apache/gravitino/flink/connector/integration/test/paimon/FlinkPaimonCatalogIT.java
Outdated
Show resolved
Hide resolved
...flink/src/test/java/org/apache/gravitino/flink/connector/integration/test/FlinkCommonIT.java
Outdated
Show resolved
Hide resolved
...flink/src/test/java/org/apache/gravitino/flink/connector/integration/test/FlinkCommonIT.java
Outdated
Show resolved
Hide resolved
LGTM, except minor comments. |
… paimon-catalog (#5818) ### What changes were proposed in this pull request? Support Catalog Operation DDL for paimon-catalog ### Why are the changes needed? Fix #5192 #5193 ### 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
@hdygxsj merged to main, thanks for your contribution, could you split more sub-tasks to support Flink paimon catalogs, so the other community member could join too. And would you mind add corresponding document about the Flink Paimon catalog? |
#6216 |
…tion DDL for paimon-catalog (apache#5818) ### What changes were proposed in this pull request? Support Catalog Operation DDL for paimon-catalog ### Why are the changes needed? Fix apache#5192 apache#5193 ### 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
What changes were proposed in this pull request?
Support Catalog Operation DDL for paimon-catalog
Why are the changes needed?
Fix #5192 #5193
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