Skip to content

Commit 2ba6fda

Browse files
elsa0520winoros
authored andcommitted
planner, runtime_filter: Remove redundant logs whose meaning can be directly displayed by default behavior (#57626)
close #57625
1 parent ec3fb7b commit 2ba6fda

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
@@ -83,9 +83,6 @@ func (generator *RuntimeFilterGenerator) GenerateRuntimeFilter(plan base.Physica
8383
func (generator *RuntimeFilterGenerator) generateRuntimeFilterInterval(hashJoinPlan *PhysicalHashJoin) {
8484
// precondition: the storage type of hash join must be TiFlash
8585
if hashJoinPlan.storeTp != kv.TiFlash {
86-
logutil.BgLogger().Warn("RF only support TiFlash compute engine while storage type of hash join node is not TiFlash",
87-
zap.Int("PhysicalHashJoinId", hashJoinPlan.ID()),
88-
zap.String("StoreTP", hashJoinPlan.storeTp.Name()))
8986
return
9087
}
9188
// check hash join pattern

0 commit comments

Comments
 (0)