[MCOL-4539] WHERE short_char_column='literal' ignores the collation on a huge table Created: 2021-02-15 Updated: 2021-02-19 Resolved: 2021-02-19 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | PrimProc |
| Affects Version/s: | 5.5.1, 5.6.1 |
| Fix Version/s: | 5.5.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||
| Sprint: | 2021-3 | ||||||||||||||||||||||||||||||||||||
| Description |
|
Preparing a dump file with data:
Creating and populating a ColumnStore table:
Querying the ColumnStore table:
Notice, the leading rows in the result set consist only of the expected values, but the trailing rows contains values with capital letter 'AAAA', which is wrong. A DISTINCT query also returns a wrong result:
This script with INSERT..SELECT also returns a wrong result:
|
| Comments |
| Comment by David Hall (Inactive) [ 2021-02-17 ] |
|
This work was folded into the patch for |
| Comment by Daniel Lee (Inactive) [ 2021-02-19 ] |
|
Build verified: 5.5.2-1 (Drone builds 1681) Repeated the test case in the bug description. Only 'aaaa' results returned. |