hsyuan commented on a change in pull request #1576: [CALCITE-3285]
EnumerableMergeJoin should support non-equi join condi…
URL: https://github.com/apache/calcite/pull/1576#discussion_r348290483
##########
File path: core/src/test/resources/sql/sub-query.iq
##########
@@ -464,7 +464,7 @@ EnumerableCalc(expr#0..2=[{inputs}], proj#0..1=[{exprs}])
with t (a, b) as (select * from (values (60, 'b')))
select * from t where a in (select deptno from "scott".dept);
EnumerableCalc(expr#0..2=[{inputs}], A=[$t1], B=[$t2])
- EnumerableMergeJoin(condition=[=($0, $1)], joinType=[inner])
+ EnumerableMergeJoin(condition=[=($1, $0)], joinType=[inner])
Review comment:
Any idea what caused this change?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services