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

Fix ArrayIndexOutOfBoundsException on join counts with constant join keys #11244

Merged
merged 2 commits into from
Jul 26, 2024

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Jul 24, 2024

Fixes #11243. Treats conditional nested loop joins as unconditional if the join condition is literal true and there are no output columns (i..e: a row-count-only join). Spark can generate a degenerate conditional join when the join keys are known constants during query analysis.

…keys

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe self-assigned this Jul 24, 2024
@jlowe
Copy link
Member Author

jlowe commented Jul 24, 2024

build

@sameerz sameerz added the bug Something isn't working label Jul 24, 2024
@jlowe
Copy link
Member Author

jlowe commented Jul 25, 2024

build

@jlowe jlowe merged commit 8e835e1 into NVIDIA:branch-24.08 Jul 26, 2024
43 checks passed
@jlowe jlowe deleted the join-aioobe branch July 26, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] ArrayIndexOutOfBoundsException on a left outer join
4 participants