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

    https://github.com/apache/gora/pull/23#discussion_r28399733
  
    --- Diff: 
gora-accumulo/src/main/java/org/apache/gora/accumulo/store/AccumuloStore.java 
---
    @@ -746,12 +747,12 @@ private int putMap(Mutation m, int count, Schema 
valueType, Object o, Pair<Text,
         return count;
       }
     
    -  private int putArray(Mutation m, int count, Object o, Pair<Text, Text> 
col) {
    +    private int putArray(Mutation m, int count, Object o, Pair<Text, Text> 
col, String fieldName) {
    --- End diff --
    
    @hsaputra correct, I pushed a new commit with proper indentation.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to