Open zhangysh1995 opened 4 years ago
/bug P1
@shuke987 Not sure why this is P1 but not P0, it could cause wrong return results. Could you explain the reason that I could better tag the later new bugs?
@Reminiscent Is this issue the same problem that https://github.com/pingcap/tidb/pull/16542 will resolve?
@SunRunAway Sure. This issue can be fixed by #16542. Should we close this issue?
@shuke987 This issue is fixed by https://github.com/pingcap/tidb/pull/16542 and can be closed.
@zhangysh1995 hi, this is a bug which causes wrong return results, but it is an expression corner case. We treat these corner cases as P1 bug.
@zhangysh1995 hi, this is a bug which causes wrong return results, but it is an expression corner case. We treat these corner cases as P1 bug.
Thanks for the explanation! You may close the issue now! @shuke987
Bug Report
1. What did you do?
Running
wreck-it
with the default command line.2. What did you expect to see?
It should return some rows in the table (where the
col_float=NULL
).3. What did you see instead?
It returns empty set.
4. What version of TiDB are you using? (
tidb-server -V
or runselect tidb_version();
on TiDB)