//
@Override
public DrillTable create(Schema schema, String name, Map<String, Object> operand, RelDataType rowType) {
final ClasspathRSE.ClasspathRSEConfig rseConfig = new ClasspathRSE.ClasspathRSEConfig();
final ClasspathInputConfig inputConfig = new ClasspathInputConfig();
assert DONUTS_TABLES.contains(name)
|| HR_TABLES.contains(name)
|| FOODMART_TABLES.contains(name)
: name;
inputConfig.path = "/" + name.toLowerCase() + ".json";