Description
If I have a join condition with an arbitrary expression, e.g.
LogicalJoin(condition=[AND(=($0, $7), NOT(LIKE($2, ||('%', 'xyz', '%'))))], joinType=[inner])
I get an AssertionError in convertConditionToSqlNode(). This method should pass the rel node to toSql() so it can't be handled the same is it would be in a filter over the join.
Attachments
Issue Links
- duplicates
-
CALCITE-3207 Fail to convert Join RelNode with like condition to sql statement
- Closed