ZuoTiJia opened a new issue, #3830:
URL: https://github.com/apache/arrow-datafusion/issues/3830

   **Describe the bug**
   
   When I create a table and use the lag window function, it panics
   
   **To Reproduce**
   ```shell
   DataFusion CLI v13.0.0
   ❯ create table foo AS values(1), (9223372036854775807);
   0 rows in set. Query took 0.019 seconds.
   ❯ select lag(column1, column1, column1) over() from foo;
   thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', 
/Users/changchengxing/.cargo/registry/src/github.com-1ecc6299db9ec823/datafusion-13.0.0/src/physical_plan/windows/mod.rs:79:14
   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   ```
   
   **Additional context**
   Datafusion 13.0.0
   MacBook Pro Apple M1
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to