apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
5.21k stars 957 forks source link

Minor: Add sql level test for lead/lag on arrays #10345

Closed alamb closed 2 weeks ago

alamb commented 2 weeks ago

Which issue does this PR close?

re https://github.com/apache/datafusion/issues/10328 follow on to https://github.com/apache/datafusion/pull/10329

Rationale for this change

In addition to the unit test from @timsaucer in https://github.com/apache/datafusion/pull/10329 I thought it would be good to have an end to end test showing window functions on arrays

What changes are included in this PR?

add sqllogictest

Are these changes tested?

only tests

Are there any user-facing changes?