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

Fix variable-size int/float reader #41

Merged
merged 1 commit into from
Dec 24, 2021
Merged

Fix variable-size int/float reader #41

merged 1 commit into from
Dec 24, 2021

Conversation

kelindar
Copy link
Owner

This PR fixes commit.Buffer reader methods Int(), Uint() and Float() that will work regardless of the underlying value. These methods are used by the indexes and it allows to build indices from, for example, uint32 where previously it required only 64-bit values.

@kelindar kelindar merged commit 2df72c9 into main Dec 24, 2021
@kelindar kelindar deleted the fixint branch December 24, 2021 10:55
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.

1 participant