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

Parse nil keys properly in query operations #457

Merged
merged 6 commits into from
Nov 29, 2024
Merged

Parse nil keys properly in query operations #457

merged 6 commits into from
Nov 29, 2024

Conversation

reugn
Copy link
Member

@reugn reugn commented Nov 27, 2024

Nil keys are valid and occur when writing a record using the NewKeyWithDigest constructor and the user key is nil. The client has to parse those records properly during a scan/query operation.

@reugn reugn requested a review from khaf November 27, 2024 17:51
Copy link
Collaborator

@khaf khaf left a comment

Choose a reason for hiding this comment

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

Please make the change and test. I will merge as soon as possible.

value.go Show resolved Hide resolved
@khaf khaf merged commit 9ff03e8 into v7 Nov 29, 2024
8 checks passed
@reugn reugn deleted the parse-nil-keys branch November 29, 2024 12:15
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.

2 participants