Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
6.1.1
-
2021-17
Description
Artifacts: https://cspkg.s3.amazonaws.com/index.html?prefix=develop/pull_request/1191/centos7/
Repro:
CREATE TABLE t1(col1 INT) ENGINE=Columnstore; |
INSERT INTO t1 VALUES (1); |
INSERT INTO t1 SELECT * FROM t1; |
SELECT idbExtentMax(col1) FROM t1 LIMIT 1; |
ERROR 1815 (HY000): Internal error: Error while fetching from ExeMgr: IDB-2035: An internal error occurred. Check the error log file & contact support. |
This is a regression.
Attachments
Issue Links
- is part of
-
MCOL-5092 group by (moda) on FLOAT result in Internal error: TupleAnnexStep::executeNoOrderBy() IDB-2035: An internal error occurred
- Closed