Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.1.3
-
None
-
None
-
2018-10, 2018-11
Description
Query:
CREATE TABLE f_supp |
(
|
i TINYINT NOT NULL |
/*,b INT NOT NULL
|
,c CHAR(1) NOT NULL */
|
) ENGINE=ColumnStore;
|
returns error:
Error Code: 1178. The storage engine for the table doesn't support The syntax or the data type(s) is not supported by Columnstore. Please check the Columnstore syntax guide for supported syntax or data types.
|
Expected:
This is allowed syntax. It is expected multi line comments to be recognized as such.