[MCOL-5266] MariaDB 10.5 Columnstore: a generated SQL statement for a Yellowfin view leads to an error when multiple COUNT(DISTINCT)s are present Created: 2022-10-18 Updated: 2022-10-25 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 5.5.2 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | andreas eschbacher | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Mariadb 10.5.10 RHEL 8.2 SC 5.5.2 |
||
| Attachments: |
|
| Description |
|
Scenario: YF view reads a DB-view (see EBI-733) that does a SELECT from a single table |
| Comments |
| Comment by andreas eschbacher [ 2022-10-18 ] |
|
It's a COLUMNSTORE problem with MariaDB 10.5 (EBI04). The generated SQL works with InnoDB, but not with Columnstore on MariaDB 10.5. Using 10.6 is not an option, our ETL hangs with 10.6 on every Machine. |