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

Method testStoreFunctionWithNulls

test/org/apache/pig/test/TestLocal.java:230–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228 }
229
230 @Test
231 public void testStoreFunctionWithNulls() throws Throwable {
232
233 String[][] data = genDataSetFile1( 10, true );
234 storeFunction( data);
235 }
236
237 public void storeFunction(String[][] data) throws Throwable {
238

Callers

nothing calls this directly

Calls 2

genDataSetFile1Method · 0.95
storeFunctionMethod · 0.95

Tested by

no test coverage detected