[MCOL-4872] HEX hybrid is treated as a number in string context Created: 2021-09-22 Updated: 2024-01-16 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | PrimProc |
| Affects Version/s: | 5.6.2 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Leonid Fedorov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | beginner-friendly | ||
| Issue Links: |
|
||||||||
| Description |
|
I run the following SQL script with a MyISAM table:
It returns these results:
Now I repeat the same script with ColumnStore:
It returns different results:
It seems a hex hybrid is always treated as a number in ColumnStore. It should be fixed to behave like in MariaDB:
The same problem is repeatable with VARCHAR and TEXT instead of CHAR. |
| Comments |
| Comment by Subhasish Behera [ 2024-01-02 ] |
|
I would like to work on this issue as my first issue. is it available to work on? |
| Comment by Roman [ 2024-01-16 ] |
|
Hi Subhasish Behera. |