2010YOUY01 opened a new issue, #12073:
URL: https://github.com/apache/datafusion/issues/12073

   ### Describe the bug
   
   See reproducer in datafusion-cli
   (datafusion-cli is compiled from latest main, with `cargo run`, at commit 
574dfeb29)
   
   ```
   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
   ```
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   Found by SQLancer https://github.com/apache/datafusion/issues/11030


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to