Github user djkevincr commented on a diff in the pull request: https://github.com/apache/gora/pull/131#discussion_r189883057 --- Diff: gora-core/src/main/java/org/apache/gora/util/IOUtils.java --- @@ -660,7 +657,8 @@ public static void writeStringArray(DataOutput out, String[] arr) buffer.limit(count); buffers.add(buffer); } - if(count < BUFFER_SIZE) break; + if(count < BUFFER_SIZE) --- End diff -- @lewismc if ( - Seems this code is not formatted properly. May be these were coming from the existing code. Can you please check?
---