-
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
import with global sort, import rows is not right #47535
Labels
affects-7.5
component/ddl
This issue is related to DDL of TiDB.
feature/developing
the related feature is in development
severity/moderate
type/bug
The issue is confirmed as a bug.
Comments
seiya-annie
added
severity/moderate
feature/developing
the related feature is in development
component/ddl
This issue is related to DDL of TiDB.
labels
Oct 12, 2023
There's two data engines:
decoding max key we got
another data engine is
decoding the min key we got
so PK 106612437Coq9ckZAMZQTs1AXFrShvoq1OXjo149n is included in both ranges. In other words, we should not call nextKey on the end key of first range |
13 tasks
13 tasks
ti-chi-bot
pushed a commit
to ti-chi-bot/tidb
that referenced
this issue
Oct 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-7.5
component/ddl
This issue is related to DDL of TiDB.
feature/developing
the related feature is in development
severity/moderate
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
import with global sort, after import, the imported rows(11100001) is 1 more larger than expect rows(11100000).
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: