-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[CALCITE-4809] mixed merge join result isn't incomplete, add test #2574
base: main
Are you sure you want to change the base?
Conversation
assign to me |
// collations.add(RelCollations.shift(collation, offset)); | ||
// if(joinCollation == null){ | ||
// joinCollation = RelCollations.shift(collation, offset); | ||
// } |
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.
If code need to delete Just to delete it don't to annotation.
import static org.junit.jupiter.api.Assertions.assertArrayEquals; | ||
import static org.junit.jupiter.api.Assertions.assertEquals; | ||
|
||
public class MergeJoinTest { |
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.
Do We need another complete Class to test it? You can try to add test in *.iq file.
8a5cf83
to
cf7f71b
Compare
No description provided.