We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yes
rename 过程中只是单纯的把原表的metadata发给新表,没有把原表的元素也发转给新表
元素放到rocksdb的时候那个key是包含表名的,不只是metavalue的东西,但rename之后没有改变这个原有的表名,用新表名也凑不出这个key,导致的就是元素丢失了
No response
The text was updated successfully, but these errors were encountered:
Bot detected the issue body's language is not English, translate it automatically.
Title: Rename, the elements of the original table will be lost.
Sorry, something went wrong.
No branches or pull requests
Is this a regression?
Yes
Description
rename 过程中只是单纯的把原表的metadata发给新表,没有把原表的元素也发转给新表
元素放到rocksdb的时候那个key是包含表名的,不只是metavalue的东西,但rename之后没有改变这个原有的表名,用新表名也凑不出这个key,导致的就是元素丢失了
Please provide a link to a minimal reproduction of the bug
No response
Screenshots or videos
Please provide the version you discovered this bug in (check about page for version information)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: