-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fallback to the CPU for IGNORE NULLS on lead and lag #3387
Conversation
Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
build |
It should be noted that RESPECT NULLS is the default and we already support that |
build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nit about some apparently unused data being generated but otherwise lgtm.
('b', b_gen), | ||
('c', c_gen), | ||
('d', d_gen), | ||
('d_default', d_gen)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now seems to be unused? Also applies to the copy above.
build |
This fixes #1923