Github user akashrn5 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2451#discussion_r200277149
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/column/ColumnSchema.java
---
@@ -521,6 +521,7 @@ public void write(DataOutput out) throws IOException {
}
}
out.writeBoolean(isDimensionColumn);
+ out.writeBoolean(isLocalDictColumn);
--- End diff --
i have added the field at last while writing, so it should not create any
problem---
