checkType(split, TestingSplit.class, "split");
// TODO: check for !columns.isEmpty() -- currently, it breaks TestSqlTaskManager
// and fixing it requires allowing TableScan nodes with no assignments
return new FixedPageSource(ImmutableList.of(new Page(1)));
}