[MCOL-3904] Group_concat order by with long double fails Created: 2020-03-26 Updated: 2020-11-12 Resolved: 2020-05-01 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 1.2.5 |
| Fix Version/s: | 1.2.6, 1.4.4, 1.5.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Hall (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2020-5, 2020-6, 2020-7 |
| Description |
|
A group_concat call with a subselected SUM (or AVG) in the order by phrase wil fail with debug.log will contain "/home/calpont/mariadb/engine/utils/rowgroup/rowgroup.h@726: assertion '0' failed" The problem is that the order by portion of group_concat is not long double aware. |
| Comments |
| Comment by David Hall (Inactive) [ 2020-03-26 ] |
|
QA: The following query broke before this patch: |
| Comment by David Hall (Inactive) [ 2020-03-26 ] |
|
regression test in develop |
| Comment by Patrick LeBlanc (Inactive) [ 2020-03-26 ] |
|
merged the code, waiting on regression test for 1.2 and 1.4 |
| Comment by David Hall (Inactive) [ 2020-04-13 ] |
|
Added tests for 1.2, 1.4 and 1.5. PR #213, 212 and 211 respectively. |
| Comment by Daniel Lee (Inactive) [ 2020-05-01 ] |
|
Builds verified: 1.2.6-1, 1.4.4-1, 1.5.0-1 source 1.2.6-1 /root/ColumnStore/buildColumnstoreFromGithubSource/mariadb-columnstore-server commit 4db1eb1f71aaafd375a332c55d72a80c8d14f145 1.4.4-1 /root/ColumnStore/buildColumnstoreFromGithubSource/server /root/ColumnStore/buildColumnstoreFromGithubSource/server/engine 1.5.0-1 /root/ColumnStore/buildColumnstoreFromGithubSource/server commit 6ad38ccc28d31a099d052e5de827543808843a3c |