[MCOL-1449] Internal sorting orientation regression Created: 2018-05-31 Updated: 2018-05-31 Resolved: 2018-05-31 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 1.2.0 |
| Fix Version/s: | 1.2.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Roman | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | relnote | ||
| Sprint: | 2018-11 |
| Description |
|
Changes made for ####before the change
---------
--------- after the change
---------
--------- |
| Comments |
| Comment by Roman [ 2018-05-31 ] |
|
Please review. |
| Comment by Daniel Lee (Inactive) [ 2018-05-31 ] |
|
Build verified: 1.2.0-1 source The following is actually the expected result. Verified that it matched with the MariaDB Server 10.2.14. MariaDB [ssb]> select d_yearmonthnum * 100 + 1 d_start , count from dateinfo where d_weekdayfl = 1 and d_year = 1998 group by 1 order by 2 desc limit 1; |