Github user gvramana commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1101#discussion_r139939203
--- Diff:
processing/src/main/java/org/apache/carbondata/processing/datatypes/StructDataType.java
---
@@ -145,7 +146,7 @@ public void setSurrogateIndex(int surrIndex) {
throws IOException, DictionaryGenerationException {
dataOutputStream.writeInt(children.size());
if (input == null) {
- dataOutputStream.writeInt(children.size());
+ // dataOutputStream.writeInt(children.size());
--- End diff --
remove the comment
---