dschneider-pivotal commented on a change in pull request #6831:
URL: https://github.com/apache/geode/pull/6831#discussion_r701358638
##########
File path:
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/executor/key/ScanExecutor.java
##########
@@ -103,7 +104,7 @@ public RedisResponse executeCommand(Command command,
ExecutionHandlerContext con
scan(getDataRegion(context).keySet(), matchPattern, count, cursor);
context.setScanCursor(scanResult.getLeft());
- return RedisResponse.scan(scanResult.getLeft(), scanResult.getRight());
+ return RedisResponse.scan(scanResult.getLeft().intValue(),
scanResult.getRight());
}
private Pair<BigInteger, List<Object>> scan(Collection<RedisKey> list,
Review comment:
why does this BigInteger flavor still exist
--
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]