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:
[email protected]


With regards,
Apache Git Services

Reply via email to