[MCOL-952] UDAF incorrect error on some joins Created: 2017-10-03 Updated: 2018-02-07 Resolved: 2018-02-07 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 1.1.0 |
| Fix Version/s: | 1.1.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hall (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-20, 2017-21, 2017-22, 2017-23, 2017-24, 2017-25, 2018-01, 2018-02, 2018-03 |
| Description |
|
The following query should return a valid value. It creates an error: MariaDB [ssb]> select The problem appears to be that when processing a large dataset in this particular case, one rowgroup is left on a queue and is processed without the user data. I have checked and it appears all the PM processing is correct. |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2018-02-07 ] |
|
Build verified: Github source 1.1.3-1 /root/columnstore/mariadb-columnstore-server Merge pull request #92 from mariadb-corporation/ /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #398 from mariadb-corporation/statuscontrol-fix add ProcStatusControl to postConfigure setup |