Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
windtalker committed Dec 3, 2021
1 parent 18eb2df commit 58b8356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/partition_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,7 @@ func (s *partitionTableSuite) TestMPPQueryExplainInfo(c *C) {
c.Assert(err == nil, IsTrue)
}
err := domain.GetDomain(tk.Se).DDL().UpdateTableReplicaInfo(tk.Se, tb.Meta().ID, true)
c.Assert(err == nil, IsTrue)
c.Assert(err, IsNil)
tk.MustExec(`insert into t values (2), (7), (12)`)
tk.MustExec("set tidb_enforce_mpp=1")
tk.MustPartition(`select * from t where a < 3`, "p0").Sort().Check(testkit.Rows("2"))
Expand Down

0 comments on commit 58b8356

Please sign in to comment.