Skip to content

Commit

Permalink
Updated test comment to fix ci/check_dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonss committed May 18, 2021
1 parent 89df029 commit fca1a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/testkit/testkit.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func (tk *TestKit) MustPartition(sql string, partitions string, args ...interfac
return false
}

// MustPartition checks if the result execution plan must read specific partitions.
// UsedPartitions returns the partition names that will be used or all/dual.
func (tk *TestKit) UsedPartitions(sql string, args ...interface{}) *Result {
rs := tk.MustQuery("explain "+sql, args...)
var usedPartitions [][]string
Expand Down

0 comments on commit fca1a1c

Please sign in to comment.