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
See reproducer in datafusion-cli
(datafusion-cli is compiled from latest main, with cargo run, at commit 574dfeb)
DataFusion CLI v41.0.0
> /*DML*/CREATE TABLE t1(v1 BIGINT);
0 row(s) fetched.
Elapsed 0.067 seconds.
> SELECT NTH_VALUE('+Inf'::Double, v1) OVER (PARTITION BY v1) FROM t1;
thread 'main' panicked at /Users/yongting/Desktop/code/my_datafusion/arrow-datafusion/datafusion/physical-plan/src/windows/mod.rs:286:22:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Describe the bug
See reproducer in datafusion-cli
(datafusion-cli is compiled from latest main, with
cargo run
, at commit 574dfeb)To Reproduce
No response
Expected behavior
No response
Additional context
Found by SQLancer #11030
The text was updated successfully, but these errors were encountered: