Github user renato2099 commented on a diff in the pull request:

    https://github.com/apache/gora/pull/131#discussion_r176771580
  
    --- Diff: gora-core/src/main/java/org/apache/gora/util/IOUtils.java ---
    @@ -434,7 +432,7 @@ public static void writeBoolArray(DataOutput out, 
boolean[] boolArray)
         WritableUtils.writeVInt(out, boolArray.length);
     
         byte b = 0;
    -    int i = 0;
    +    int i;
    --- End diff --
    
    yeah that is what I meant.
    for(int i=0; i<boolArray.length; i++) {


---

Reply via email to