[MCOL-5171] MariaDB Columnstore: subquery cannot be used with NVL Created: 2022-07-27 Updated: 2023-12-01 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 5.6.3 |
| Fix Version/s: | Icebox |
| Type: | New Feature | Priority: | Major |
| Reporter: | andreas eschbacher | Assignee: | Max Mether |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Environment: |
mariadb 10.5.13 |
||
| Attachments: |
|
||||||||||||
| Issue Links: |
|
||||||||||||
| Description |
|
Over a sub-query for the selected columns only an NVL can be done if both affected tables are InnoDB. If one of them is Columnstore, the error: Error Code: 1178. The storage engine for the table doesn't support IDB-3016: Function or Operator with sub query on the SELECT clause is currently not supported. Error occurs on EBI03 with MariaDB 10.5, Columnstore 5.6.3. How to reproduce: comment out the lines with "detailNameWorks" |
| Comments |
| Comment by Allen Herrera [ 2023-06-12 ] | ||||||
|
Explicitly call out the join for the query to work
|