Skip to content
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

[Audit] GpuInSet should return false when checking for NULL in empty list #9429

Open
NVnavkumar opened this issue Oct 12, 2023 · 1 comment
Labels
audit_4.0.0 Audit related tasks for 4.0.0 bug Something isn't working good first issue Good for newcomers

Comments

@NVnavkumar
Copy link
Collaborator

NVnavkumar commented Oct 12, 2023

Spark fixed a longstanding bug where NULL in (empty list) returned NULL. For ANSI compliance, this is supposed to return false instead. The GPU needs emulate the same behavior in Spark 3.5.0 and above.

@NVnavkumar NVnavkumar added bug Something isn't working ? - Needs Triage Need team to review and classify audit_3.5.0 labels Oct 12, 2023
@mattahrens mattahrens added good first issue Good for newcomers and removed ? - Needs Triage Need team to review and classify labels Oct 17, 2023
@sameerz sameerz mentioned this issue Sep 19, 2023
49 tasks
@amahussein amahussein added the audit_4.0.0 Audit related tasks for 4.0.0 label Dec 28, 2023
@razajafri
Copy link
Collaborator

The Spark change only affects. 4.0+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audit_4.0.0 Audit related tasks for 4.0.0 bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants