Skip to content

Commit

Permalink
add case shuffle left
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Jun 19, 2024
1 parent 6c531c3 commit 69ef11a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ suite("colocate_union_numbers") {

// only contains one instance
assertTrue(explainStr.count("StaticAssignedJob") == 1)
assertTrue(explainStr.count("DataGenScanNode") == 2)
assertTrue(explainStr.count(" DataGenScanNode{") == 2)
}
}

Expand Down

0 comments on commit 69ef11a

Please sign in to comment.