You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Residual Filter is the filter that pushdown to the coprocessor but can't pushdown to TiKV
PushDown Filter is the filter that can pushdown to TiKV
The info is wrong for the same value of Residual Filter and PushDown Filter, we need to show the correct info, for this example, Residual Filter should be null
The text was updated successfully, but these errors were encountered:
This pr try to fix it #1308. But it still has some problems
Bug
execute
spark.sql(select * from tidb_catalog.test.t where id > 1).explan
:Expected answer
Residual Filter
is the filter that pushdown to the coprocessor but can't pushdown to TiKVPushDown Filter
is the filter that can pushdown to TiKVThe info is wrong for the same value of Residual Filter and PushDown Filter, we need to show the correct info, for this example, Residual Filter should be null
The text was updated successfully, but these errors were encountered: