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 (#57626) (#58463)

close #57625
  • Loading branch information
ti-chi-bot authored Dec 26, 2024
1 parent 738a65b commit 287f27e
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 @@ -80,9 +80,6 @@ func (generator *RuntimeFilterGenerator) GenerateRuntimeFilter(plan PhysicalPlan
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 287f27e

Please sign in to comment.