You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
problem is like #797
When the table already has some data before we do a full restore job and the job will be failed. The response error is checksum mismatched.
Describe the feature you'd like:
We'd better add a pre-check before this restoration. because the whole restoration may take a long time to finish. if the checksum result is not reliable. we should let the user know it at the beginning.
Describe alternatives you've considered:
This check should only use in the full restoration.