Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.4.3
-
None
Description
The following sequence:
CREATE TABLE t1 (a int) engine=columnstore;
MariaDB [tpch1]> EXPLAIN SELECT a FROM t1 GROUP BY a HAVING 1 != 1 AND a > 1;
ERROR 1815 (HY000): Internal error: Unknown error
MariaDB [tpch1]> EXPLAIN SELECT a FROM t1 GROUP BY a HAVING 1 != 1 AND a > 1;
-----------------------------------------------------------------+
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
-----------------------------------------------------------------+
1 | PUSHED SELECT | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL |
-----------------------------------------------------------------+
1 row in set (0.025 sec)
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Daniel Lee [ dleeyh ] | Patrick LeBlanc [ pleblanc ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Testing [ 10301 ] |
Assignee | Patrick LeBlanc [ pleblanc ] | Daniel Lee [ dleeyh ] |
Rank | Ranked higher |
Rank | Ranked higher |
Rank | Ranked higher |
Fix Version/s | 1.5 [ 22800 ] | |
Fix Version/s | 1.4.3 [ 24038 ] |
Rank | Ranked higher |
Team | ColumnStore Team |
issue.field.resolutiondate | 2020-03-13 20:17:34.0 | 2020-03-13 20:17:34.175 |
Resolution | Fixed [ 1 ] | |
Status | In Testing [ 10301 ] | Closed [ 6 ] |
Fix Version/s | 1.5.0 [ 24513 ] | |
Fix Version/s | 1.5 [ 22800 ] |
Fix Version/s | 1.5.1 [ 24514 ] | |
Fix Version/s | 1.5.0 [ 24513 ] |