From 343f3c586ec575084cdda2630117cf6e4962a140 Mon Sep 17 00:00:00 2001 From: elsa0520 Date: Fri, 22 Nov 2024 15:23:44 +0800 Subject: [PATCH] planner, runtime_filter: remove log --- pkg/planner/core/runtime_filter_generator.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/planner/core/runtime_filter_generator.go b/pkg/planner/core/runtime_filter_generator.go index dba6e0b59d49e..9ea586df60393 100644 --- a/pkg/planner/core/runtime_filter_generator.go +++ b/pkg/planner/core/runtime_filter_generator.go @@ -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