dlmarion commented on code in PR #3124:
URL: https://github.com/apache/accumulo/pull/3124#discussion_r1072202015


##########
core/src/main/java/org/apache/accumulo/core/clientImpl/ThriftScanner.java:
##########
@@ -118,7 +118,7 @@ public static boolean getBatchFromServer(ClientContext 
context, Range range, Key
         ScanState scanState = new ScanState(context, extent.tableId(), 
authorizations, range,
             fetchedColumns, size, serverSideIteratorList, 
serverSideIteratorOptions, false,
             Constants.SCANNER_DEFAULT_READAHEAD_THRESHOLD, null, batchTimeOut, 
classLoaderContext,
-            null, false);
+            null, false, null);

Review Comment:
   This no longer passes null



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to