-
Notifications
You must be signed in to change notification settings - Fork 222
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
implement the external timestamp client #610
Conversation
14dee9b
to
17cca1f
Compare
8dd3be2
to
8ee24cb
Compare
a39f93a
to
3d74b59
Compare
|
||
replace ( | ||
github.com/pingcap/tidb v1.1.0-beta.0.20220902042024-0482b2e83ed2 => github.com/YangKeao/tidb v1.1.0-beta.0.20221027084838-c574366d0e5a | ||
github.com/pingcap/tidb/parser v0.0.0-20220724090709-5484002f1963 => github.com/YangKeao/tidb/parser v0.0.0-20221027084838-c574366d0e5a |
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.
They will be removed after merging the pingcap/tidb#38689
The version policy of client-go is supporting the oldest version under official maintanence. I'm afraid we should stick to 1.18 at present. The uber atomic can be an alternative right now. |
Thanks for the information. I could use uber atomic for implementation and unit test. For integration test, I have to upgrade it to 1.19, as TiDB cannot compile under 1.18 now 🤔 . |
3d74b59
to
7d4bcb4
Compare
Fixed. PTAL @sticnarf |
Yep, it's okay. Only the main lib needs to compile on 1.18. |
Signed-off-by: YangKeao <[email protected]>
9910fff
to
90c5f94
Compare
Signed-off-by: YangKeao [email protected]
This PR also upgrades the integration test to 1.19, as TiDB cannot compile under 1.18.