Github user chenliang613 commented on the issue:
https://github.com/apache/carbondata/pull/1812
Two questions:
1. Why only consider major compaction with specified segments, no need to
consider minor compaction?
2. Whether can keep consistent syntax as "query with specified segments",
or not ?
a. First set segment id : "SET carbon.input.segments.dbname.tablename=1,3"
b.Do compaction : ALTER TABLE tablename compact 'MAJOR' ---
