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:
After re-generating the .slt files to change REAL -> FLOAT8 this and another similar error is the only blocker I think to having the full test suite complete without failures. That doesn't mean that there isn't errors - it just would mean that all queries that DF handles without an error return the same results as sqlite or if not that the same results as postgres (ish, float rounded to 4 decimal places)
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: