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

    https://github.com/apache/accumulo-testing/pull/2#discussion_r97820268
  
    --- Diff: 
core/src/main/java/org/apache/accumulo/testing/core/continuous/ContinuousIngest.java
 ---
    @@ -183,8 +177,9 @@ private static long flush(BatchWriter bw, long count, 
final int flushInterval, l
         return lastFlushTime;
       }
     
    -  public static Mutation genMutation(long rowLong, int cfInt, int cqInt, 
ColumnVisibility cv, byte[] ingestInstanceId, long count, byte[] prevRow, 
Random r,
    -      boolean checksum) {
    +  static Mutation genMutation(long rowLong, int cfInt, int cqInt, 
ColumnVisibility cv,
    --- End diff --
    
    I plan on adding the java formatter plugin in a later pull request.


---
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