Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.2.5
-
None
Description
When executing a simple select the customer is getting the error below:
MariaDB [(none)]> use myschema;
|
Database changed
|
MariaDB [myschema]> SELECT
|
-> TYPE_FACTURATION_ETT,
|
-> COUNT(ASS_ID)
|
-> FROM mytable
|
-> GROUP BY 1;
|
ERROR 1815 (HY000): Internal error: An unexpected condition within the query caused an internal processing error within Columnstore. Please check the log files for more details. Additional Information: error in BatchPrimitivePro
|
PM nodes contain several errrors like the one below:
CAL0000: /data/buildbot/bb-worker/centos7/mariadb-columnstore-engine/primitives/primproc/columncommand.cpp error on projectResultRG for oid 10085 lbid 121720724: input rids 3555, output rids 3446
|