[MCOL-4517] columnstore batch insert doesn't work for decimals with utf8mb4 tables Created: 2021-01-27 Updated: 2021-02-01 Resolved: 2021-02-01 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | cpimport |
| Affects Version/s: | 1.5.3 |
| Fix Version/s: | 5.5.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | antoine | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
debian 9 |
||
| Description |
|
there seems to be an issue with insert... select in tables with utf8mb4 charset and decimal columns
the problem is not present when not using cpimport, i.e. using columnstore_use_import_for_batchinsert = 0; interestingly, the bug disappears if the table definition has the decimal column first, as in here:
it seems that, to trigger the issue, we need a table with all of the following:
setup:
|