-
Notifications
You must be signed in to change notification settings - Fork 204
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 Int64 type #330
Comments
tjungblu
added a commit
to tjungblu/octosql
that referenced
this issue
Apr 23, 2024
fixes cube2222#330 Signed-off-by: Thomas Jungblut <tjungblu@redhat.com>
Closed
tjungblu
added a commit
to tjungblu/octosql
that referenced
this issue
Apr 23, 2024
fixes cube2222#330 Signed-off-by: Thomas Jungblut <tjungblu@redhat.com>
tjungblu
added a commit
to tjungblu/octosql
that referenced
this issue
Apr 24, 2024
fixes cube2222#330 Signed-off-by: Thomas Jungblut <tjungblu@redhat.com>
cube2222
pushed a commit
that referenced
this issue
May 11, 2024
* mark int type explicitly as int64 fixes #330 Signed-off-by: Thomas Jungblut <tjungblu@redhat.com> * use 32bit truncation for parquet --------- Signed-off-by: Thomas Jungblut <tjungblu@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there,
I wanted to spend some time to analyse byte sizes in etcd databases with an octosql plugin I wrote.
Unfortunately, there's only 32 bit Int, which easily overflows. Would you be interested to have a 64 bit integer as a type for octosql?
The text was updated successfully, but these errors were encountered: