[MCOL-4499] NOT LIKE is not compatible with MariaDB on explicit NULL Created: 2021-01-15 Updated: 2022-02-18 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | PrimProc |
| Affects Version/s: | 5.6.1 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Critical |
| Reporter: | Alexander Barkov | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Epic Link: | ColumnStore Compatibility Improvements | ||||||||
| Description |
|
I create a ColumnStore table:
Now run queries with the LIKE predicate in combination with explicit NULL:
Looks wrong. The expected result is to return no rows, like other engines do:
|