Github user akashrn5 commented on the issue:
https://github.com/apache/carbondata/pull/2886
@ravipesala
in existing flow, all the sort columns and dimensions will have inverted
index and,
in current implementation, if measure columns are given in inverted_index
property, then i ll not set it as inverted index. Basically i wont throw any
exception. Do we need to throw exception?
and currently im allowing the inverted index for all dimension columns and
not restricting to sort columns only.
So basically, user can mention columns in inverted_index columns
(dimensions), i am setting those as inverted index. it is correct right
---