-
Notifications
You must be signed in to change notification settings - Fork 330
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
[#4988] fix(doris-catalog): Fix the missing distribution information when loading Doris tables #4991
Conversation
...bc-common/src/main/java/org/apache/gravitino/catalog/jdbc/operation/JdbcTableOperations.java
Show resolved
Hide resolved
...ris/src/test/java/org/apache/gravitino/catalog/doris/operation/TestDorisTableOperations.java
Show resolved
Hide resolved
...bc-common/src/main/java/org/apache/gravitino/catalog/jdbc/operation/JdbcTableOperations.java
Outdated
Show resolved
Hide resolved
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.
The docs also need to be updated
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.
docs/jdbc-doris-catalog.md
this doc needs to be updated
...c-doris/src/main/java/org/apache/gravitino/catalog/doris/operation/DorisTableOperations.java
Show resolved
Hide resolved
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.
LGTM. Do you want to review it? @FANNG1
...bc-common/src/main/java/org/apache/gravitino/catalog/jdbc/operation/JdbcTableOperations.java
Outdated
Show resolved
Hide resolved
…when loading Doris tables (#4991) ### What changes were proposed in this pull request? Loading distribution information when obtaining Doris tables. ### Why are the changes needed? It's a bug to be fixed. Fix: #4988 ### Does this PR introduce _any_ user-facing change? N/A. ### How was this patch tested? IT.
What changes were proposed in this pull request?
Loading distribution information when obtaining Doris tables.
Why are the changes needed?
It's a bug to be fixed.
Fix: #4988
Does this PR introduce any user-facing change?
N/A.
How was this patch tested?
IT.