Skip to content

Commit 9ec0ff4

Browse files
committed
amend test name
1 parent e00aec4 commit 9ec0ff4

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
@@ -53,7 +53,7 @@ type joinPlanScript struct {
5353
var JoinPlanningTests = []joinPlanScript{
5454
{
5555
// https://github.com/dolthub/dolt/issues/9977
56-
name: "filters with anti and semi joins",
56+
name: "no filter pushdown through anti join",
5757
setup: []string{
5858
"CREATE table xy (x int, y int, primary key(x,y));",
5959
"insert into xy values (1,0), (2,1), (0,2), (3,3);",

0 commit comments

Comments
 (0)