[MCOL-4858] Incorrect HWM check logic bulk inserting wide decimal column values Created: 2021-09-05 Updated: 2021-09-12 Resolved: 2021-09-07 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | writeengine |
| Affects Version/s: | 6.1.1 |
| Fix Version/s: | 6.2.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Roman | Assignee: | Roman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2021-10 | ||||||||
| Description |
|
The multiplier used in TableInfo::compareHWMs() is valid with 1 byte reference column. The conditions where compareHWMs() is used contains an impossible comparison. |
| Comments |
| Comment by Roman [ 2021-09-05 ] |
|
Plz review. |