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
Please answer these questions before submitting your issue. Thanks!
source create table t(id int primary key,t datetime); insert into t(id,t) values(1,'2022-02-23 11:22:00'); insert into t(id,t) values(2,'2022-02-23 11:22:00'); insert into t(id,t) values(3,'2022-02-23 11:22:00'); insert into t(id,t) values(4,'2022-02-23 11:22:00'); target create table t(id int primary key,t datetime); insert into t(id,t) values(1,'2022-02-23 11:32:00'); insert into t(id,t) values(2,'2022-02-23 11:32:00'); insert into t(id,t) values(3,'2022-02-23 11:32:00'); insert into t(id,t) values(4,'2022-02-23 11:32:00');
What did you expect to see? report not equal
What did you see instead? all are equal
What version of TiDB are you using (tidb-server -V or run select tidb_version(); on TiDB)? v6.5.0
tidb-server -V
select tidb_version();
which tool are you using? sync-diff-inspector
what versionof tool are you using (pump -V or tidb-lightning -V or syncer -V)?
pump -V
tidb-lightning -V
syncer -V
The text was updated successfully, but these errors were encountered:
It's Hash Collisions about CRC32 Function.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
What did you expect to see?
report not equal
What did you see instead?
all are equal
What version of TiDB are you using (
tidb-server -V
or runselect tidb_version();
on TiDB)?v6.5.0
which tool are you using?
sync-diff-inspector
what versionof tool are you using (
pump -V
ortidb-lightning -V
orsyncer -V
)?The text was updated successfully, but these errors were encountered: