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

Java conditional joins should not require matching column counts #8955

Merged
merged 3 commits into from
Aug 6, 2021

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Aug 4, 2021

The Java conditional join APIs had a copy-n-paste error from the equality join code where it mandated the left and right table column counts matched. Conditional joins use an AST expression for the join condition which does not require a 1-to-1 mapping between left and right table columns, so this check has been removed from the conditional join APIs.

@jlowe jlowe added bug Something isn't working Java Affects Java cuDF API. 4 - Needs cuDF (Java) Reviewer non-breaking Non-breaking change labels Aug 4, 2021
@jlowe jlowe self-assigned this Aug 4, 2021
@jlowe jlowe requested a review from a team as a code owner August 4, 2021 16:46
@codecov
Copy link

codecov bot commented Aug 5, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-21.10@db63f61). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.10    #8955   +/-   ##
===============================================
  Coverage                ?   10.59%           
===============================================
  Files                   ?      116           
  Lines                   ?    19036           
  Branches                ?        0           
===============================================
  Hits                    ?     2017           
  Misses                  ?    17019           
  Partials                ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db63f61...dbbf38a. Read the comment docs.

@jlowe
Copy link
Member Author

jlowe commented Aug 6, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 0c09f25 into rapidsai:branch-21.10 Aug 6, 2021
shwina pushed a commit to shwina/cudf that referenced this pull request Aug 9, 2021
…idsai#8955)

The Java conditional join APIs had a copy-n-paste error from the equality join code where it mandated the left and right table column counts matched.  Conditional joins use an AST expression for the join condition which does not require a 1-to-1 mapping between left and right table columns, so this check has been removed from the conditional join APIs.

Authors:
  - Jason Lowe (https://github.com/jlowe)

Approvers:
  - Robert (Bobby) Evans (https://github.com/revans2)

URL: rapidsai#8955
@jlowe jlowe deleted the jni-cond-join-column-count branch September 10, 2021 15:47
@vyasr vyasr added 4 - Needs Review Waiting for reviewer to review or respond and removed 4 - Needs cuDF (Java) Reviewer labels Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - Needs Review Waiting for reviewer to review or respond bug Something isn't working Java Affects Java cuDF API. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants