[MCOL-4259] Issue with query result sorting Created: 2020-08-20 Updated: 2021-01-14 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 1.0.0 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Build tested: 1.5.4-1 (drone #441) Some queries returned results in incorrect order. For example: SELECT The columns are not sorted select * from bug6134vv order by 1, 2, 3; the third column is not sorted correctly. |