Skip to content

Commit

Permalink
planner, runtime_filter: Remove redundant logs whose meaning can be d…
Browse files Browse the repository at this point in the history
…irectly displayed by default behavior (pingcap#57626)

close pingcap#57625
  • Loading branch information
elsa0520 authored and winoros committed Nov 26, 2024
1 parent ec3fb7b commit 2ba6fda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/planner/core/runtime_filter_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ func (generator *RuntimeFilterGenerator) GenerateRuntimeFilter(plan base.Physica
func (generator *RuntimeFilterGenerator) generateRuntimeFilterInterval(hashJoinPlan *PhysicalHashJoin) {
// precondition: the storage type of hash join must be TiFlash
if hashJoinPlan.storeTp != kv.TiFlash {
logutil.BgLogger().Warn("RF only support TiFlash compute engine while storage type of hash join node is not TiFlash",
zap.Int("PhysicalHashJoinId", hashJoinPlan.ID()),
zap.String("StoreTP", hashJoinPlan.storeTp.Name()))
return
}
// check hash join pattern
Expand Down

0 comments on commit 2ba6fda

Please sign in to comment.