You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2018/04/23 16:58:33 UTC

[GitHub] keith-turner commented on a change in pull request #1032: fixes #1026 enable scanning notifications

keith-turner commented on a change in pull request #1032: fixes #1026 enable scanning notifications
URL: https://github.com/apache/fluo/pull/1032#discussion_r183467130
 
 

 ##########
 File path: modules/cluster/src/main/java/org/apache/fluo/cluster/runner/AppRunner.java
 ##########
 @@ -234,7 +234,7 @@ public String getRowPrefix() {
 
     public ScanUtil.ScanOpts getScanOpts() {
       return new ScanUtil.ScanOpts(startRow, endRow, columns, exactRow, rowPrefix, help,
-          hexEncNonAscii, scanAccumuloTable, false);
+          hexEncNonAscii, scanAccumuloTable, false, false);
 
 Review comment:
   I updated to use EnumSet and a new Enum.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services