verifyRegionResults(table, results, ROW_A);
verifyRegionResults(table, results, ROW_B);
verifyRegionResults(table, results, ROW_C);
// test start row + empty end
results = table.coprocessorExec(PingProtocol.class, ROW_BC, null,
new Batch.Call<PingProtocol,String>() {
public String call(PingProtocol instance) {
return instance.ping();
}
});