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

Method testCommaSeparatedString

test/org/apache/pig/test/TestLoad.java:179–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 }
178
179 @Test
180 public void testCommaSeparatedString() throws Exception {
181 for (PigServer pig : servers) {
182 pc = pig.getPigContext();
183 checkLoadPath("usr/pig/a,b", WORKING_DIR + "/usr/pig/a,"+ WORKING_DIR + "/b");
184 }
185 }
186
187 @Test
188 public void testCommaSeparatedString2() throws Exception {

Callers

nothing calls this directly

Calls 2

checkLoadPathMethod · 0.95
getPigContextMethod · 0.45

Tested by

no test coverage detected