[MCOL-3950] Regression 1.5 table columnstore_select_handler=OFF problem Created: 2020-04-17  Updated: 2021-02-21  Resolved: 2021-02-21

Status: Closed
Project: MariaDB ColumnStore
Component/s: MDB Plugin
Affects Version/s: 1.5.3
Fix Version/s: 5.5.1

Type: Bug Priority: Critical
Reporter: David Hall (Inactive) Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None


 Description   

From working_tpch1_compareLogOnly/tableMode/tablemode.sql

set columnstore_select_handler=OFF;
MariaDB [tpch1]> SELECT  SUM( c_acctbal* (1-c_acctbal)) AS REVENUE FROM  CUSTOMER, nation WHERE  C_MKTSEGMENT = 'BUILDING' and c_nationkey<3 AND C_nationkey = n_nationkey GROUP BY  c_custkey ORDER BY  REVENUE DESC;
ERROR 1815 (HY000): Internal error: Size mismatch probably caused by front end out of sync

This test passes in 1.4.4



 Comments   
Comment by Gregory Dorman (Inactive) [ 2021-02-21 ]

Any reason why this is not CLOSED?

Generated at Thu Feb 08 02:46:39 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.