ALTER TABLE table1 drop column col1 ;
it is throwing below error
Error Code: 1890. This version of MemSQL cannot perform an offline ALTER TABLE on a COLUMN STORE table. The requested ALTER TABLE cannot be performed online because it drops an index from a columnstore table.