[
https://issues.apache.org/jira/browse/SPARK-45430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dongjoon Hyun closed SPARK-45430.
---------------------------------
> 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.4.2, 3.5.1, 3.3.4, 4.0.0
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]