(String location, Job job)
| 59 | } |
| 60 | |
| 61 | @Override |
| 62 | public void setStoreLocation(String location, Job job) throws IOException { |
| 63 | storeFunc().setStoreLocation(location, job); |
| 64 | } |
| 65 | |
| 66 | @Override |
| 67 | public void checkSchema(ResourceSchema resourceSchema) throws IOException { |
nothing calls this directly
no test coverage detected