Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2209#discussion_r184916441
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/column/ColumnSchema.java
---
@@ -43,6 +43,9 @@
*/
private static final long serialVersionUID = 7676766554874863763L;
+ public void columnSchema() {
--- End diff --
What is the use of this method---
