[MCOL-3782] 1.4 group by order error - Internal error: IDB-2021: 'ref_genome' is not in GROUP BY clause Created: 2020-02-11 Updated: 2020-11-12 Resolved: 2020-04-30 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.4.2 |
| Fix Version/s: | 1.4.3-5, 1.4.4, 1.5.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
1um 4 pm |
||
| Sprint: | 2020-4, 2020-5, 2020-6, 2020-7 |
| Epic/Theme: | 1.4_regressions |
| Description |
|
Customer reported error and Support was able to reproduce on a single server system running 1.4.2. It as customer reported, it did successfully work on 1.2.5. This issue is within the new 1.4.2 Columnstore/Server instance that does not occur on 1.2.5 Columnstore. The group by order seems to be handled differently now. Both 1.4.2 and 1.2.5 instances tables are the same, but when the same query is run, it errors on 1.4.2 only. Data will be in the next comments as confidential |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2020-04-01 ] |
|
Build verified: 1.4.3-5 hot fix, Azure 20200401.6 MariaDB [sc]> with parentage as (select distinct variant_id,ref_genome,chrom from sc.bovine_assay_system where ref_genome = 'ARS-UCDv1.2.fasta' and snp_name like '%Parent%' group by variant_id,ref_genome,chrom |
| Comment by Jose Rojas (Inactive) [ 2020-04-01 ] |
|
https://jira.mariadb.org/browse/MCOL-3828 fix appears to have fixed this issue. |
| Comment by Daniel Lee (Inactive) [ 2020-04-30 ] |
|
1.4.4-1 /root/ColumnStore/buildColumnstoreFromGithubSource/server /root/ColumnStore/buildColumnstoreFromGithubSource/server/engine 1.5.0-1 /root/ColumnStore/buildColumnstoreFromGithubSource/server commit 6ad38ccc28d31a099d052e5de827543808843a3c |