Skip to content
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

add KeyspaceID parsing utils for codec_v2 #2

Conversation

iosmanthus
Copy link

Signed-off-by: iosmanthus [email protected]

tiancaiamao and others added 5 commits December 30, 2022 17:39
…ests (tikv#651)

* Add more tests and fix the bug of insert in aggressive locking

Signed-off-by: MyonKeminta <[email protected]>

* Fix tests

Signed-off-by: MyonKeminta <[email protected]>

* Fix insert test

Signed-off-by: MyonKeminta <[email protected]>

* Avoid primary re-selecting in TestAggressiveLockingLoadValueOptionChanges

Signed-off-by: MyonKeminta <[email protected]>

* Address comments

Signed-off-by: MyonKeminta <[email protected]>

Signed-off-by: MyonKeminta <[email protected]>
Co-authored-by: MyonKeminta <[email protected]>
Signed-off-by: iosmanthus <[email protected]>
NulSpaceID KeyspaceID = 0xffffffff
)

func ParseKeyspaceID(b []byte) (KeyspaceID, error) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need add some comments for ParseKeyspaceID

@AmoebaProtozoa AmoebaProtozoa merged commit 9aff8c2 into AmoebaProtozoa:reformat-codec Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants