[MCOL-5418] LIKE appears not to work with short (<8) string columns Created: 2023-02-08 Updated: 2023-09-22 Resolved: 2023-05-23 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 23.10.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergey Zefirov | Assignee: | Sergey Zefirov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | rm_invalid_data | ||
| Description |
|
It was discovered when working on The script:
The answer for current develop:
Notice the absence of Columnstore's output for (NOT) LIKE queries. LIKE does not work properly under current develop, it seems. |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2023-05-23 ] |
|
Build verified: develop branch engine: a90535e1a7ffefa0e5ae808fdd0d38d30cffc017 Reproduced the issue in 23.02.3 Verified char and varchar string lengths 1, 2, 4, 7(varchar), 8(char), and longer (dictionary) |