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

Qualification tool: Add ExistenceJoin to supported jointype #432

Merged
merged 4 commits into from
Jul 25, 2023

Conversation

nartal1
Copy link
Collaborator

@nartal1 nartal1 commented Jul 12, 2023

This fixes #400
This PR adds ExistenceJoin as supported jointype while qualifying apps. Tested it on eventlogs used for integration tests and the joins mentioned in the issue are no longer in unsupported execs.

Once this PR is merged we should updated expected_results for integration tests. We should hold off merging this until we know the steps to generate new results.

@nartal1 nartal1 added bug Something isn't working core_tools Scope the core module (scala) labels Jul 12, 2023
@nartal1 nartal1 requested a review from amahussein July 12, 2023 00:23
@nartal1 nartal1 self-assigned this Jul 12, 2023
@nartal1 nartal1 marked this pull request as draft July 12, 2023 00:23
Copy link
Collaborator

@amahussein amahussein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nartal1
Just in case, We need to verify that the test runs against different spark versions.

@nartal1 nartal1 marked this pull request as ready for review July 19, 2023 00:15
Copy link
Collaborator

@amahussein amahussein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nartal1 for the fix.
Is there a query that could be used for a unit test?
I see some occurrences in the integration-tests https://github.com/NVIDIA/spark-rapids/blob/branch-23.08/integration_tests/src/main/python/join_test.py#L830

Copy link
Collaborator

@amahussein amahussein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nartal1 !

@nartal1 nartal1 merged commit ab251ba into NVIDIA:dev Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core_tools Scope the core module (scala)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Add ExistenceJoin to supported joinType
2 participants