Skip to content

[Bugfix] Partition information is not refresh after alter table schema #260

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

Merged
merged 3 commits into from
Dec 12, 2024

Conversation

JackShi148
Copy link
Contributor

Summary

Partition information is not refresh after alter table schema because the lack of fetchAll flag in the process of get tableEntry.

Solution Description

Add fetchAll flag in the process of get tableEntry. Keep the original interface of getTables and add a new inner interface getTables with fetchAll flag.

@WeiXinChan
Copy link
Contributor

LGTM

@WeiXinChan WeiXinChan merged commit 2162067 into oceanbase:master Dec 12, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants