(ResourceSchema resourceSchema)
| 64 | } |
| 65 | |
| 66 | @Override |
| 67 | public void checkSchema(ResourceSchema resourceSchema) throws IOException { |
| 68 | storeFunc().checkSchema(resourceSchema); |
| 69 | } |
| 70 | |
| 71 | @Override |
| 72 | public void prepareToWrite(RecordWriter recordWriter) throws IOException { |
nothing calls this directly
no test coverage detected