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
> SELECT LCM(9223372036854775807, -9223372036854775808);
thread 'main' panicked at /arrow-datafusion/datafusion/functions/src/math/gcd.rs:112:9:
attempt to subtract with overflow
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
DataFusion CLI v39.0.0
> SELECT GCD(9223372036854775807, -9223372036854775808);
thread 'main' panicked at /arrow-datafusion/datafusion/functions/src/math/gcd.rs:112:9:
attempt to subtract with overflow
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
This query get stuck for really long time, but same query in duckdb can return immediately
Describe the bug
Found by very initial implementation of SQLancer #11030
To Reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: