Details
-
New Feature
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
None
-
None
Description
Hello,
I''m using Server version: 10.3.11-MariaDB-log Columnstore 1.2.2-1 in single mode and when i try to create a column with zerofill i receive "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."
Example:
create table test(
order_num int zerofill
) ENGINE=ColumnStore DEFAULT CHARSET=utf8mb4;