[MCOL-4407] Query with impossible filters against larger tables returns wrong result. Created: 2020-11-20 Updated: 2021-09-21 Resolved: 2021-06-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.7, 1.2, 1.4, 5.4.3 |
| Fix Version/s: | 6.1.1 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Richard Stracke | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Sprint: | 2021-8, 2021-9 |
| Description |
|
To reproduce:
The last select returns 2 rows, but expect would be 0. If change the part
to
The select returns in this case as expected no rows. Trace for working version
For non working >= 6281
The issue occured only with columnstore_select_handler = on (vtable accordingly for older versions) |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2021-06-25 ] |
|
Build verified: 6.1.1 ( drone #2640 ) |