474475476477478479480
} return result; } private Scanner getFileScanner(Path path) throws IOException { return new RawFileScanner(context.getConf(), plan.getInSchema(), meta, path); }