-
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
[#5867] feat(flink-connector) Improve flink connector #5868
Conversation
@xunliu @coolderli PTAL |
LGTM. |
...ink/src/main/java/org/apache/gravitino/flink/connector/hive/GravitinoHiveCatalogFactory.java
Outdated
Show resolved
Hide resolved
...or/flink/src/main/java/org/apache/gravitino/flink/connector/store/GravitinoCatalogStore.java
Outdated
Show resolved
Hide resolved
...or/flink/src/main/java/org/apache/gravitino/flink/connector/store/GravitinoCatalogStore.java
Outdated
Show resolved
Hide resolved
Overall LGTM, @sunxiaojian could you add more information in the issue description about what and why you are changing? @coolderli do you have time to review this PR? |
@coolderli would you please help to review this PR? Thanks. |
d79898f
to
182105a
Compare
|
a9a2ce0
to
2a164b2
Compare
...or/flink/src/main/java/org/apache/gravitino/flink/connector/store/GravitinoCatalogStore.java
Show resolved
Hide resolved
...or/flink/src/main/java/org/apache/gravitino/flink/connector/store/GravitinoCatalogStore.java
Show resolved
Hide resolved
...tor/flink/src/main/java/org/apache/gravitino/flink/connector/catalog/BaseCatalogFactory.java
Outdated
Show resolved
Hide resolved
c992b41
to
79b81dd
Compare
...or/flink/src/main/java/org/apache/gravitino/flink/connector/store/GravitinoCatalogStore.java
Outdated
Show resolved
Hide resolved
79b81dd
to
22c99fb
Compare
If no other view comments, plan to merge this PR tomorrow. |
LGTM @FANNG1 |
@sunxiaojian would you please update the PR description to follow our PR pattern? Thanks a lot. |
updated |
Thanks @sunxiaojian for the contribution and @tengqm @hdygxsj for the review! |
What changes were proposed in this pull request?
Why are the changes needed?
Fix : #5867
Does this PR introduce any user-facing change?
No.
How was this patch tested?
FlinkHiveCatalogIT