You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sqlite returns a -96059504 result, both duckdb and postgres fail with integer overflow errors.
I think if a db support integer promotion the result from sqlite is actually correct. I have no idea how DF is coming up with it's result unless it's wrapping the value or truncating it somehow.
To Reproduce
sql above
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
This is an odd one that I'm unsure what to make of it
results in:
Datafusion
sqlite returns a -96059504 result, both duckdb and postgres fail with integer overflow errors.
I think if a db support integer promotion the result from sqlite is actually correct. I have no idea how DF is coming up with it's result unless it's wrapping the value or truncating it somehow.
To Reproduce
sql above
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: