Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
1.5.3
-
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