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 738a65b commit 287f27eCopy full SHA for 287f27e
pkg/planner/core/runtime_filter_generator.go
@@ -80,9 +80,6 @@ func (generator *RuntimeFilterGenerator) GenerateRuntimeFilter(plan PhysicalPlan
80
func (generator *RuntimeFilterGenerator) generateRuntimeFilterInterval(hashJoinPlan *PhysicalHashJoin) {
81
// precondition: the storage type of hash join must be TiFlash
82
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()))
86
return
87
}
88
// check hash join pattern
0 commit comments