Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Defined2014 committed Nov 15, 2024
1 parent 5053299 commit d03c011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/planner/core/rule_partition_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ func partitionRangeForExpr(sctx base.PlanContext, expr expression.Expression,
newRange := partitionRangeForInExpr(sctx, op.GetArgs(), p)
return result.intersection(newRange)
} else if _, ok := pruner.(*rangeColumnsPruner); ok {
// Should covered by `multiColumnRangeColumnsPruner` function
// Should covered by `rangeColumnsPrune` function
intest.Assert(false, "Shouldn't enter this branch")
terror.Log(fmt.Errorf("interal error, Shouldn't enter this branch"))
}
Expand Down

0 comments on commit d03c011

Please sign in to comment.