Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
winoros committed Sep 29, 2019
1 parent 7bd64e0 commit 625cf38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion planner/core/logical_plan_test.go
Expand Up @@ -942,7 +942,7 @@ func (s *testPlanSuite) TestPlanBuilder(c *C) {
},
{
sql: "update t set a = 2 where b in (select c from t)",
plan: "LeftHashJoin{TableReader(Table(t))->IndexReader(Index(t.c_d_e)[[NULL,+inf]])->HashAgg}(Column#2,Column#25)->Projection->Update",
plan: "LeftHashJoin{TableReader(Table(t))->IndexReader(Index(t.c_d_e)[[NULL,+inf]])->StreamAgg}(test.t.b,test.t.c)->Projection->Update",
},
}

Expand Down
2 changes: 0 additions & 2 deletions tools/check/go.mod
Expand Up @@ -20,5 +20,3 @@ require (
gopkg.in/yaml.v2 v2.2.2 // indirect
honnef.co/go/tools v0.0.0-20180920025451-e3ad64cb4ed3
)

go 1.13

0 comments on commit 625cf38

Please sign in to comment.