Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
1.5.3
-
None
Description
To reproduce:
CREATE TABLE t1 (
|
i1 int(10) DEFAULT NULL, |
l1 longtext DEFAULT NULL,
|
v1 varchar(50) DEFAULT NULL |
) ENGINE=Columnstore DEFAULT CHARSET=utf8;
|
 |
select i1,l1,l1,l1 from t1 where i1 = 456 and v1 = '34534655fsdsdf'; |
|
It happens with empty table.