We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3fb7b commit 2ba6fdaCopy full SHA for 2ba6fda
pkg/planner/core/runtime_filter_generator.go
@@ -83,9 +83,6 @@ func (generator *RuntimeFilterGenerator) GenerateRuntimeFilter(plan base.Physica
83
func (generator *RuntimeFilterGenerator) generateRuntimeFilterInterval(hashJoinPlan *PhysicalHashJoin) {
84
// precondition: the storage type of hash join must be TiFlash
85
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()))
89
return
90
}
91
// check hash join pattern
0 commit comments