[MCOL-4496] INSERT..SELECT does not work for utf8 VARCHAR Created: 2021-01-14 Updated: 2021-01-29 Resolved: 2021-01-29 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | PrimProc |
| Affects Version/s: | 6.1.1 |
| Fix Version/s: | 6.1.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2021-1, 2021-2 | ||||||||
| Description |
|
This problem is repeatable in develop (and does not seem to repeat in develop-5).
Looks fine so far.
Looks wrong. This query is expected to return the same result set with the previous query. Note, if I change the data type from VARCHAR(32) CHARACTER SET utf8 to
it starts to return correct results. |
| Comments |
| Comment by Roman [ 2021-01-19 ] |
|
Plz review. |
| Comment by Roman [ 2021-01-20 ] |
|
4QA the case is covered by basic/mcol_2000 and basic/mcs38_select_limit. |
| Comment by Daniel Lee (Inactive) [ 2021-01-29 ] |
|
Build verified: 6.1.1 (Drone b1583) Verified the fix in the develop branch |