range info in explain is inconsistent for full range #9231
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
sig/planner
SIG: Planner
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
Range info in both explain should be
[Null, +inf]
Range info for table scan is
[-inf, +inf]
, which is wrong because the table scan is a full range table scan.tidb-server -V
or runselect tidb_version();
on TiDB)?The text was updated successfully, but these errors were encountered: