[MCOL-4772] Typeless JOIN returns wrong results for strings longer then 65 279 bytes Created: 2021-06-23 Updated: 2023-02-07 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr, PrimProc |
| Affects Version/s: | 6.1.1 |
| Fix Version/s: | 23.10 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Roman | Assignee: | Roman |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Consider the scenario.
populate the tables with the string from the attached file
Now the query returns 0 records:
The problem is that TypelessDataEncoder/Decoder fails to encode length for key columns values longer or equal 65280 bytes.
|