else {
// Use Get if no server filter is used
if (withArgs.getServerExpressionTree() == null) {
final Get get = new Get(lowerBytes);
withArgs.setGetArgs(get, columnAttribs);
return new GetRequest(get);
}
else {
// TODO This is temporay until Get is fixed for Filters
final Scan scan = new Scan();