Skip to content

Commit

Permalink
fix findbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackylk committed Sep 12, 2017
1 parent 9d4147f commit 9f425e5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ public class PrimitiveQueryType extends ComplexQueryType implements GenericQuery

private int keySize;

private int blockIndex;

private Dictionary dictionary;

private org.apache.carbondata.core.metadata.datatype.DataType dataType;
Expand All @@ -62,7 +60,6 @@ public PrimitiveQueryType(String name, String parentname, int blockIndex,
this.dictionary = dictionary;
this.name = name;
this.parentname = parentname;
this.blockIndex = blockIndex;
this.isDirectDictionary = isDirectDictionary;
}

Expand Down

0 comments on commit 9f425e5

Please sign in to comment.