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 a64b07d commit d64104aCopy full SHA for d64104a
pkg/planner/core/tiflash_selection_late_materialization.go
@@ -283,6 +283,4 @@ func PushedDown(sel *PhysicalSelection, ts *PhysicalTableScan, selectedConds []e
283
removeSpecificExprsFromSelection(sel, selectedConds)
284
// add the pushed down conditions to table scan
285
ts.LateMaterializationFilterCondition = selectedConds
286
- // Update the row count of table scan after pushing down the conditions.
287
- ts.StatsInfo().RowCount *= selectedSelectivity
288
}
0 commit comments