Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
time-and-fate committed Dec 29, 2023
1 parent 15081b3 commit 08f7045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/planner/core/indexmerge_path.go
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ func (*DataSource) buildPartialPathUp4MVIndex(
partialPaths []*util.AccessPath,
isIntersection bool,
remainingFilters []expression.Expression,
histColl *statistics.HistColl,
_ *statistics.HistColl,
) *util.AccessPath {
indexMergePath := &util.AccessPath{PartialIndexPaths: partialPaths, IndexMergeAccessMVIndex: true}
indexMergePath.IndexMergeIsIntersection = isIntersection
Expand Down

0 comments on commit 08f7045

Please sign in to comment.