Adding the test for OR condition in join clause#14400
Adding the test for OR condition in join clause#14400pranavbhole wants to merge 1 commit intoapache:masterfrom
Conversation
| "SELECT foo.dim1, foo.dim2, l.k, l.v\n" | ||
| + "FROM foo INNER JOIN lookup.lookyloo l ON CHARACTER_LENGTH(foo.dim2 || l.k) > 3\n", | ||
| "Possible error: SQL requires a join with 'GREATER_THAN' condition that is not supported." | ||
| "Possible error: SQL requires a join with 'GREATER_THAN' condition that is not supported.", |
There was a problem hiding this comment.
@pranavbhole : A side cleanup request on this :)
Can we move the join related unplannable cases to CalciteJoinQueryTest - that class already contains testJoinOnConstantShouldFail - we can probably put all the join cases together in a single case like this test case. what do you think?
|
This pull request has been marked as stale due to 60 days of inactivity. |
|
This pull request/issue has been closed due to lack of activity. If you think that |
Fixes #XXXX.
Description
Fixed the bug ...
Renamed the class ...
Added a forbidden-apis entry ...
Release note
Key changed/added classes in this PR
MyFooOurBarTheirBazThis PR has: