[ 
https://issues.apache.org/jira/browse/SPARK-45430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenchen Fan resolved SPARK-45430.
---------------------------------
    Fix Version/s: 3.3.4
                   3.5.1
                   4.0.0
                   3.4.2
       Resolution: Fixed

Issue resolved by pull request 43236
[https://github.com/apache/spark/pull/43236]

> FramelessOffsetWindowFunctionFrame fails when ignore nulls and offset > # of 
> rows 
> ----------------------------------------------------------------------------------
>
>                 Key: SPARK-45430
>                 URL: https://issues.apache.org/jira/browse/SPARK-45430
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.5.0
>            Reporter: Vitalii Li
>            Assignee: Vitalii Li
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.3.4, 3.5.1, 4.0.0, 3.4.2
>
>
> Failure when function that utilized `FramelessOffsetWindowFunctionFrame` is 
> used with `ignoreNulls = true` and `offset > rowCount`.
> e.g. 
> ```
> select x, lead(x, 5) IGNORE NULLS over (order by x) from (select 
> explode(sequence(1, 3)) x)
> ```



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to