-
Notifications
You must be signed in to change notification settings - Fork 37
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
Conversation
Signed-off-by: Niranjan Artal <[email protected]>
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.
Thanks @nartal1
Just in case, We need to verify that the test runs against different spark versions.
core/src/main/scala/com/nvidia/spark/rapids/tool/planparser/SQLPlanParser.scala
Outdated
Show resolved
Hide resolved
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.
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
core/src/main/scala/com/nvidia/spark/rapids/tool/planparser/SQLPlanParser.scala
Outdated
Show resolved
Hide resolved
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.
Thanks @nartal1 !
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.