Skip to content

Commit 287f27e

Browse files
authored
planner, runtime_filter: Remove redundant logs whose meaning can be directly displayed by default behavior (#57626) (#58463)
close #57625
1 parent 738a65b commit 287f27e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/planner/core/runtime_filter_generator.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ func (generator *RuntimeFilterGenerator) GenerateRuntimeFilter(plan PhysicalPlan
8080
func (generator *RuntimeFilterGenerator) generateRuntimeFilterInterval(hashJoinPlan *PhysicalHashJoin) {
8181
// precondition: the storage type of hash join must be TiFlash
8282
if hashJoinPlan.storeTp != kv.TiFlash {
83-
logutil.BgLogger().Warn("RF only support TiFlash compute engine while storage type of hash join node is not TiFlash",
84-
zap.Int("PhysicalHashJoinId", hashJoinPlan.ID()),
85-
zap.String("StoreTP", hashJoinPlan.storeTp.Name()))
8683
return
8784
}
8885
// check hash join pattern

0 commit comments

Comments
 (0)