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 ValuesOperator(operatorContext, ImmutableList.<Type>of(), ImmutableList.of(new Page(1)));
}