MCPcopy Create free account
hub / github.com/apache/pig / deleteInputFile

Method deleteInputFile

test/org/apache/pig/test/TestJoinLocal.java:61–65  ·  view source on GitHub ↗
(String fileName)

Source from the content-addressed store, hash-verified

59 }
60
61 @Override
62 protected void deleteInputFile(String fileName) throws Exception {
63 fileName = fileName.replace("file://", "");
64 new File(fileName).delete();
65 }
66
67 @Test
68 public void testJoinSchema2() throws Exception {

Callers 1

testJoinSchema2Method · 0.95

Calls 2

replaceMethod · 0.65
deleteMethod · 0.65

Tested by

no test coverage detected