Skip to content

Commit de5f1c2

Browse files
committed
update join planning test
1 parent 5e5d6af commit de5f1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/join_planning_tests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ FROM xy
767767
},
768768
{
769769
q: "select * from xy where x in (select * from (select 1 where 1 in (select 1 where x != 2)) r where x = 1);",
770-
types: []plan.JoinType{plan.JoinTypeInner, plan.JoinTypeSemi},
770+
types: []plan.JoinType{plan.JoinTypeSemi, plan.JoinTypeSemi},
771771
exp: []sql.Row{{1, 0}},
772772
},
773773
{

0 commit comments

Comments
 (0)