Github user zzcclp commented on the issue:
https://github.com/apache/carbondata/pull/1540
@chenliang613 , it seems there are many places about column group need to
be removed, for example:
in TableNewProcessor.process():
`checkColGroupsValidity(cm.columnGroups, allColumns, highCardinalityDims)`
`updateColumnGroupsInFields(cm.columnGroups, allColumns)`
Method 'checkColGroupsValidity' and 'updateColumnGroupsInFields' also can
be removed.
Method 'CarbonDDLSqlParser.updateColumnGroupsInField' also can be removed.
Suggestion: in CarbonDDLSqlParserprepareTableModel, we can throw an
exception when user define 'column_groups' in TBLPROPERTIES.
---