[MCOL-3973] idbpm inside of aggregate never returns Created: 2020-04-29 Updated: 2023-11-21 Resolved: 2023-10-26 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr, PrimProc |
| Affects Version/s: | 1.5.2 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Minor |
| Reporter: | David Hall (Inactive) | Assignee: | Leonid Fedorov |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2020-7 |
| Description |
|
Somewhere along the line, working_tpch1_compareLogOnly/misc/pseudoColumns2.sql started locking up. The query
Is the culprit. It can be reduced to
and still cause the problem. However, if we shoot for a smaller dataset:
All is well. This is a regression from 1.4.4 |
| Comments |
| Comment by David Hall (Inactive) [ 2020-04-29 ] | ||
|
If we add a where clause that includes the entire dataset, the query works:
-----------------------------------
----------------------------------- MariaDB [tpch1]> select count(distinct idbPm(l_orderkey)) from lineitem; |