-
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
[Subtask] [flink-connector] Support GravitinoCatalogStore to register the catalog #3362
Closed
Tracked by
#1354
Labels
subtask
Subtasks of umbrella issue
Comments
coolderli
added a commit
to coolderli/gravitino
that referenced
this issue
May 13, 2024
coolderli
changed the title
[Subtask] Support GravitinoCatalogStore to register the catalog
[Subtask] [flink-connector] Support GravitinoCatalogStore to register the catalog
May 13, 2024
coolderli
added a commit
to coolderli/gravitino
that referenced
this issue
May 16, 2024
coolderli
added a commit
to coolderli/gravitino
that referenced
this issue
May 20, 2024
coolderli
added a commit
to coolderli/gravitino
that referenced
this issue
May 20, 2024
coolderli
added a commit
to coolderli/gravitino
that referenced
this issue
May 22, 2024
coolderli
added a commit
to coolderli/gravitino
that referenced
this issue
May 23, 2024
FANNG1
pushed a commit
that referenced
this issue
May 24, 2024
…tor (#2635) <!-- 1. Title: [#<issue>] <type>(<scope>): <subject> Examples: - "[#123] feat(operator): support xxx" - "[#233] fix: check null before access result in xxx" - "[MINOR] refactor: fix typo in variable name" - "[MINOR] docs: fix typo in README" - "[#255] test: fix flaky test NameOfTheTest" Reference: https://www.conventionalcommits.org/en/v1.0.0/ 2. If the PR is unfinished, please mark this PR as draft. --> ### What changes were proposed in this pull request? - support GravitinoCatalogStore to register the catalog. In the MR, we will support to create the hive catalog. ### Why are the changes needed? - Fix #3362 ### Does this PR introduce _any_ user-facing change? - support flink in gravitino ### How was this patch tested? - add UTs
@FANNG1 don't forget to assign and add the correct release version tag. |
ok |
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
…connector (apache#2635) <!-- 1. Title: [#<issue>] <type>(<scope>): <subject> Examples: - "[apache#123] feat(operator): support xxx" - "[apache#233] fix: check null before access result in xxx" - "[MINOR] refactor: fix typo in variable name" - "[MINOR] docs: fix typo in README" - "[apache#255] test: fix flaky test NameOfTheTest" Reference: https://www.conventionalcommits.org/en/v1.0.0/ 2. If the PR is unfinished, please mark this PR as draft. --> ### What changes were proposed in this pull request? - support GravitinoCatalogStore to register the catalog. In the MR, we will support to create the hive catalog. ### Why are the changes needed? - Fix apache#3362 ### Does this PR introduce _any_ user-facing change? - support flink in gravitino ### How was this patch tested? - add UTs
14 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the subtask
Flink introduces
CatalogStore
to register catalogs in Flink. In this issue, we will implement GravitinoCatalogStore to register the catalog.https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/dev/table/catalogs/#catalog-store.
https://cwiki.apache.org/confluence/display/FLINK/FLIP-295%3A+Support+lazy+initialization+of+catalogs+and+persistence+of+catalog+configurations
Parent issue
#1354
The text was updated successfully, but these errors were encountered: