Skip to content

Enable Redshift support for specifying null treatment inside window function#2293

Merged
yoavcloud merged 1 commit intoapache:mainfrom
romanb:redshift-window-function-null-treatment
Apr 9, 2026
Merged

Enable Redshift support for specifying null treatment inside window function#2293
yoavcloud merged 1 commit intoapache:mainfrom
romanb:redshift-window-function-null-treatment

Conversation

@romanb
Copy link
Copy Markdown
Contributor

@romanb romanb commented Apr 2, 2026

Though not explicitly mentioned in the official docs, it is valid SQL for Redshift, i.e. these are equivalent:

SELECT FIRST_VALUE(1 IGNORE NULLS) OVER () FROM (SELECT 1) t
SELECT FIRST_VALUE(1) IGNORE NULLS OVER () FROM (SELECT 1) t

…function.

Though not explicitly mentioned in the official docs, it is valid SQL for Redshift.
@yoavcloud yoavcloud added this pull request to the merge queue Apr 9, 2026
@yoavcloud
Copy link
Copy Markdown
Contributor

Looks good @romanb!

Merged via the queue into apache:main with commit 3a28ffa Apr 9, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants