-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[feat](checker) Add table/partition version key consistency checking for checker #54527
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
base: master
Are you sure you want to change the base?
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
fdf4d06
to
6ce92e5
Compare
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
6ce92e5
to
4485aae
Compare
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
4485aae
to
63396a1
Compare
63396a1
to
e9995e6
Compare
e9995e6
to
1a045da
Compare
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
1a045da
to
5940cf1
Compare
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
5940cf1
to
d76d0f3
Compare
run buildall |
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
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
run cloudut |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
run cloud_p0 |
meta checker: check if the partition and table of the version key exist in the fe meta
checker: check whether the version of the version key is reasonable. The version of the table should be greater than the version of all its partitions.
fix wrong checking for schema key