Skip to content
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

Merged
merged 12 commits into from
Sep 29, 2024

Conversation

yuqi1129
Copy link
Contributor

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.

@yuqi1129 yuqi1129 marked this pull request as draft September 23, 2024 09:46
@yuqi1129 yuqi1129 self-assigned this Sep 23, 2024
@yuqi1129 yuqi1129 added the branch-0.6 Automatically cherry-pick commit to branch-0.6 label Sep 23, 2024
@yuqi1129 yuqi1129 marked this pull request as ready for review September 27, 2024 07:45
Copy link
Contributor

@mchades mchades left a 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

Copy link
Contributor

@mchades mchades left a 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

docs/jdbc-doris-catalog.md Outdated Show resolved Hide resolved
Copy link
Contributor

@mchades mchades left a 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

@yuqi1129 yuqi1129 merged commit 328efb8 into apache:main Sep 29, 2024
26 checks passed
@yuqi1129 yuqi1129 deleted the issue_4988 branch September 29, 2024 15:19
github-actions bot pushed a commit that referenced this pull request Sep 29, 2024
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-0.6 Automatically cherry-pick commit to branch-0.6
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug report] Loading a Doris table with empty distribution.
2 participants