-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
tidb_decode_key doesn't work for clustered index #23180
Comments
|
This is expected because of the implementation of The clustered primary key's upper bound & lower bound values are converted to Lines 256 to 271 in 602bcd2
So the cut points are probably not decodable ;( |
It's the expected behavior and the error should be more understandable. |
@lilinghai Could we remove the There are two possible solutions for this issue:
|
Basically I agree with @tangenta , and is there any possibility that we can decode the cut points? If possible, we can turn it into an 'enhancement' or 'feature request'. I just found that we don't have any user doc for |
The issue not only relates to the clustered index, when you split an index, the region's bound key can not be decoded too. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: