(String fileName)
| 46 | abstract protected String createInputFile(String fileNameHint, String[] data) throws IOException; |
| 47 | |
| 48 | abstract protected void deleteInputFile(String fileName) throws Exception; |
| 49 | |
| 50 | @Test |
| 51 | public void testJoinUnkownSchema() throws Exception { |
no outgoing calls
no test coverage detected