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 to #18871 - Support for indirect joins which are using non-equal conditions #21397

Merged
merged 3 commits into from
Jul 9, 2020

Conversation

maumar
Copy link
Contributor

@maumar maumar commented Jun 24, 2020

When validating join key expression we now allow non-equality binary ops on the top level.

Fixes #18871

@maumar maumar force-pushed the fix18871 branch 5 times, most recently from 9ebb318 to 1b90184 Compare June 25, 2020 22:33
@maumar
Copy link
Contributor Author

maumar commented Jun 25, 2020

updated @smitpatel

@maumar maumar force-pushed the fix18871 branch 2 times, most recently from ff035c0 to 4967bc0 Compare June 26, 2020 21:53
Copy link
Member

@smitpatel smitpatel left a comment

Choose a reason for hiding this comment

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

Some coverage for <= / >

@maumar
Copy link
Contributor Author

maumar commented Jul 2, 2020

updated

@maumar
Copy link
Contributor Author

maumar commented Jul 8, 2020

@smitpatel ping

@smitpatel
Copy link
Member

Conflicts?

@maumar
Copy link
Contributor Author

maumar commented Jul 8, 2020

@smitpatel resolved

- ef_negate
- ef_add
- ef_divide
- ef_multiply
- ef_subtract by ef_add and negated subtrahend
…conditions

When validating join key expression we now allow non-equality binary ops.

Fixes #18871
@maumar maumar merged commit 9e63656 into master Jul 9, 2020
@maumar maumar deleted the fix18871 branch July 9, 2020 19:22
@smitpatel
Copy link
Member

But you did not let windows test run fully. 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for indirect joins which are using non-equal conditions
3 participants