-
Notifications
You must be signed in to change notification settings - Fork 797
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
64bits integer property are lost #1563
Comments
Thanks for discovering this issue. We'll investigate and get back to you. |
I can confirm this is a bug in Weaviate itself, not in the client used. The 64bit int value is present in the REST API, but not in GraphQL. Will investigate. |
What we've learned so far:
|
I can't seem to get this to work with pure REST API either:
notice how storing 9223372036854775807 became 9223372036854776000 after doing a get REST API request. I suspect int isn't really stored as an int64 or somewhere along the road it becomes an float64? This is my schema:
|
Thank @samos123 for reporting the issue and a reproducible example. |
Some code to reproduce:
Create the class with rowid as an integer:
Add some content:
Query the vector:
will output:
The text was updated successfully, but these errors were encountered: