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

Method deleteInputFile

test/org/apache/pig/test/TestJoinBase.java:48–48  ·  view source on GitHub ↗
(String fileName)

Source from the content-addressed store, hash-verified

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 {

Callers 7

testDefaultJoinMethod · 0.95
testJoinSchemaMethod · 0.95
testLeftOuterJoinMethod · 0.95
testRightOuterJoinMethod · 0.95
testFullOuterJoinMethod · 0.95
testJoinTupleFieldKeyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected