-
Notifications
You must be signed in to change notification settings - Fork 394
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
[#3919] feat(catalog-lakehouse-paimon): Support hive backend for Paimon Catalog #5092
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
caican00
force-pushed
the
support-paimon-hive
branch
from
October 11, 2024 03:05
d08ff89
to
eac7504
Compare
caican00
commented
Oct 11, 2024
...java/org/apache/gravitino/catalog/lakehouse/paimon/integration/test/CatalogPaimonBaseIT.java
Show resolved
Hide resolved
will review this after JDBC catalog support is merged. |
caican00
force-pushed
the
support-paimon-hive
branch
from
October 14, 2024 06:56
2d33797
to
260f65d
Compare
@FANNG1 could you help review again? |
FANNG1
reviewed
Oct 14, 2024
Could you add related document in this PR? |
updated. |
FANNG1
reviewed
Oct 15, 2024
caican00
force-pushed
the
support-paimon-hive
branch
from
October 15, 2024 07:00
286e703
to
a8dbc50
Compare
@caican00 could you fix the ci failure? |
ok, i will fix it. |
caican00
force-pushed
the
support-paimon-hive
branch
from
October 21, 2024 04:33
40bfaa8
to
9e0604e
Compare
FANNG1
approved these changes
Oct 21, 2024
@caican00 merged to main, thanks for your work! |
mplmoknijb
pushed a commit
to mplmoknijb/gravitino
that referenced
this pull request
Nov 6, 2024
…r Paimon Catalog (apache#5092) ### What changes were proposed in this pull request? Support hive backend for Paimon Catalog ### Why are the changes needed? Fix: apache#3919 ### Does this PR introduce _any_ user-facing change? will add doc in a later pr. ### How was this patch tested? new UT and IT. --------- Co-authored-by: caican <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Support hive backend for Paimon Catalog
Why are the changes needed?
Fix: #3919
Does this PR introduce any user-facing change?
will add doc in a later pr.
How was this patch tested?
new UT and IT.