-
Notifications
You must be signed in to change notification settings - Fork 23
Add support for float type #7
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
Conversation
@fkollmann thank you for your PR. Please fix readme file and I'll merge it.
@timsolov Can you elaborate on "fix readme"? From my POV the readme was updated. What needs to be changed from your POV?
I don't see any changes in README it also contain float - integer type.
. But also from my POV as in Go we don't have simple float
type (like int
for integers) we've to use here explicitly type like float32
or float64
and have to support both.
rayhankinan
commented
Jan 8, 2025
@timsolov Is it possible to merge this PR? If possible I can fix the rest of the missing features for float32
and float64
Adds support for float field type.
myfield:float
-->float32