assertNotNull(this.ts.getLastUndoToken(BASE_PARTITION));
assertEquals(undoToken, this.ts.getLastUndoToken(BASE_PARTITION));
// And invoke the first batch
BatchPlanner nextPlanner = new BatchPlanner(nextBatch, this.catalog_proc, p_estimator);
BatchPlan nextPlan = nextPlanner.plan(TXN_ID,
BASE_PARTITION,
catalogContext.getAllPartitionIds(),
this.touchedPartitions,
nextParams);
List<WorkFragment.Builder> ftasks = new ArrayList<WorkFragment.Builder>();
nextPlan.getWorkFragmentsBuilders(TXN_ID, nextCounters, ftasks);
for (WorkFragment.Builder fragment : ftasks) {
this.depTracker.addWorkFragment(this.ts, fragment, nextParams);
} // FOR
// We only need to add the query result for the first query