We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00aec4 commit 9ec0ff4Copy full SHA for 9ec0ff4
enginetest/join_planning_tests.go
@@ -53,7 +53,7 @@ type joinPlanScript struct {
53
var JoinPlanningTests = []joinPlanScript{
54
{
55
// https://github.com/dolthub/dolt/issues/9977
56
- name: "filters with anti and semi joins",
+ name: "no filter pushdown through anti join",
57
setup: []string{
58
"CREATE table xy (x int, y int, primary key(x,y));",
59
"insert into xy values (1,0), (2,1), (0,2), (3,3);",
0 commit comments