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

[FEA] integration tests for equi-joins #105

Closed
revans2 opened this issue Jun 2, 2020 · 0 comments · Fixed by #159
Closed

[FEA] integration tests for equi-joins #105

revans2 opened this issue Jun 2, 2020 · 0 comments · Fixed by #159
Assignees
Labels
feature request New feature or request SQL part of the SQL/Dataframe plugin test Only impacts tests

Comments

@revans2
Copy link
Collaborator

revans2 commented Jun 2, 2020

Is your feature request related to a problem? Please describe.
We want to verify that we can do accelerated equi-joins correctly. We will need to adjust a few configs during different tests to force different types of joins. We might also need to write the data out to a file so spark can guess what the size of the data is correctly, but that is most likely not needed.

Either way we should go through all of the types and verify that we can join on them, and also that they can go along for the ride when we do a join.

We also need to test joins with conditionals, but only for the one case that we actually support this on.

@revans2 revans2 added feature request New feature or request ? - Needs Triage Need team to review and classify SQL part of the SQL/Dataframe plugin test Only impacts tests labels Jun 2, 2020
@nartal1 nartal1 self-assigned this Jun 2, 2020
@sameerz sameerz added this to the Release 0.1 milestone Jun 12, 2020
@revans2 revans2 removed the ? - Needs Triage Need team to review and classify label Jun 12, 2020
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this issue Nov 30, 2023
Signed-off-by: spark-rapids automation <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request SQL part of the SQL/Dataframe plugin test Only impacts tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants