Skip to content

Commit

Permalink
[fix](nereids) fix union all instance number
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongzhongjian committed Aug 29, 2024
1 parent f73b44f commit dc2b449
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions regression-test/suites/query_p0/union/test_union_instance.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ suite("test_union_instance") {
INNER JOIN[shuffle] `t4` b ON `a`.`skc` = `b`.`skc_code`
GROUP BY 1, 2, 3;
"""
contains "3:VNESTED LOOP JOIN"
contains "4:VEXCHANGE"
contains "8:VEXCHANGE"
contains "6:VEXCHANGE"
contains "11:VUNION"
contains "999:VNESTED LOOP JOIN"
contains "1005:VEXCHANGE"
contains "1015:VEXCHANGE"
contains "1025:VEXCHANGE"
contains "1040:VUNION"
}
}

0 comments on commit dc2b449

Please sign in to comment.